Home
last modified time | relevance | path

Searched refs:kInstrumentationId (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug.cc487 kInstrumentationId); in OnInstrumentationBreak() local
620 return break_point->id() == kInstrumentationId; in IsBreakOnInstrumentation()
627 if (break_point->id() == kInstrumentationId) { in IsBreakOnInstrumentation()
693 if (break_point->id() == kInstrumentationId) { in CheckBreakPoint()
878 *id = kInstrumentationId; in SetBreakpointForFunction()
912 *id = kInstrumentationId; in SetInstrumentationBreakpointForWasmScript()
1027 *has_break_points = break_point->id() != kInstrumentationId; in GetHitBreakPoints()
1045 *has_break_points |= break_point->id() != kInstrumentationId; in GetHitBreakPoints()
H A Ddebug.h405 static const int kInstrumentationId = -1; member in v8::internal::Debug
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc1043 if (break_point->id() == v8::internal::Debug::kInstrumentationId) { in ClearBreakPoint()

Completed in 8 milliseconds