Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h87 bool HasBreakPoint(Handle<DebugInfo> debug_info) const;
Ddebug.cc109 bool BreakLocation::HasBreakPoint(Handle<DebugInfo> debug_info) const { in HasBreakPoint() function in v8::internal::BreakLocation
111 if (!debug_info->HasBreakPoint(position_)) return false; in HasBreakPoint()
563 break_points_active_ && location->HasBreakPoint(debug_info); in CheckBreakPoints()
/external/v8/src/
Dobjects.h11373 bool HasBreakPoint(int source_position);
Dobjects.cc18779 bool DebugInfo::HasBreakPoint(int source_position) { in HasBreakPoint() function in v8::internal::DebugInfo