Home
last modified time | relevance | path

Searched refs:GetBreakPointCount (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddebug-objects.h90 int GetBreakPointCount(Isolate* isolate);
165 int GetBreakPointCount(Isolate* isolate);
Ddebug-objects.cc88 return BreakPointInfo::cast(break_point_info).GetBreakPointCount(isolate) > 0; in HasBreakPoint()
179 int DebugInfo::GetBreakPointCount(Isolate* isolate) { in GetBreakPointCount() function in v8::internal::DebugInfo
186 count += break_point_info.GetBreakPointCount(isolate); in GetBreakPointCount()
358 int BreakPointInfo::GetBreakPointCount(Isolate* isolate) { in GetBreakPointCount() function in v8::internal::BreakPointInfo
/third_party/node/deps/v8/src/debug/
Ddebug.cc131 debug_info->GetBreakPointCount(isolate_)); in CheckBreakPointsForLocations()
741 DCHECK_LT(0, debug_info->GetBreakPointCount(isolate_)); in SetBreakpoint()
809 if (info.GetBreakPointCount(isolate_) == 0) continue; in ApplyBreakPoints()
851 if (debug_info->GetBreakPointCount(isolate_) == 0) { in ClearBreakPoint()
1349 if (debug_info->GetBreakPointCount(isolate) == 0) { in GetSourceBreakLocations()
1353 debug_info->GetBreakPointCount(isolate)); in GetSourceBreakLocations()
1359 int break_points = break_point_info.GetBreakPointCount(isolate); in GetSourceBreakLocations()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc1032 if (info->GetBreakPointCount(isolate) == 0) { in ClearBreakPoint()