Searched refs:HasBreakPoint (Results 1 – 4 of 4) sorted by relevance
92 inline bool HasBreakPoint() const { in HasBreakPoint() function93 return debug_info_->HasBreakPoint(code_offset_); in HasBreakPoint()
340 if (!HasBreakPoint()) SetDebugBreak(); in SetBreakPoint()352 if (!HasBreakPoint()) { in ClearBreakPoint()364 if (HasBreakPoint()) { in SetOneShot()379 if (HasBreakPoint()) { in ClearOneShot()663 break_points_active_ && location->HasBreakPoint(); in CheckBreakPoints()
10692 bool HasBreakPoint(int code_offset);
18232 bool DebugInfo::HasBreakPoint(int code_offset) { in HasBreakPoint() function in v8::internal::DebugInfo