Searched refs:HasBreakPoint (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/objects/ |
D | debug-objects.h | 71 bool HasBreakPoint(Isolate* isolate, int source_position); 152 static bool HasBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info,
|
D | debug-objects.cc | 76 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint() function in v8::internal::DebugInfo 109 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, break_point)) { in ClearBreakPoint() 196 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, in FindBreakPointInfo() 305 bool BreakPointInfo::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakPointInfo
|
/external/v8/src/debug/ |
D | debug.h | 87 bool HasBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info) const;
|
D | debug.cc | 167 bool BreakLocation::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakLocation 170 if (!debug_info->HasBreakPoint(isolate, position_)) return false; in HasBreakPoint() 541 break_points_active_ && location->HasBreakPoint(isolate_, debug_info); in CheckBreakPoints()
|