Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects.cc60 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint() function in v8::internal::DebugInfo
94 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, break_point)) { in ClearBreakPoint()
181 if (BreakPointInfo::HasBreakPoint(isolate, break_point_info, in FindBreakPointInfo()
287 bool BreakPointInfo::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakPointInfo
Ddebug-objects.h95 bool HasBreakPoint(Isolate* isolate, int source_position);
205 static bool HasBreakPoint(Isolate* isolate, Handle<BreakPointInfo> info,
/external/v8/src/debug/
Ddebug.h89 bool HasBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info) const;
Ddebug.cc164 bool BreakLocation::HasBreakPoint(Isolate* isolate, in HasBreakPoint() function in v8::internal::BreakLocation
167 if (!debug_info->HasBreakPoint(isolate, position_)) return false; in HasBreakPoint()
525 break_points_active_ && location->HasBreakPoint(isolate_, debug_info); in CheckBreakPoints()