Lines Matching refs:BreakLocation
57 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame()
68 void BreakLocation::AllAtCurrentStatement(Handle<DebugInfo> debug_info, in AllAtCurrentStatement()
70 List<BreakLocation>* result_out) { in AllAtCurrentStatement()
89 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, in BreakIndexFromCodeOffset()
109 bool BreakLocation::HasBreakPoint(Handle<DebugInfo> debug_info) const { in HasBreakPoint()
257 BreakLocation CodeBreakIterator::GetBreakLocation() { in GetBreakLocation()
259 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_); in GetBreakLocation()
354 BreakLocation BytecodeArrayBreakIterator::GetBreakLocation() { in GetBreakLocation()
357 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_); in GetBreakLocation()
497 BreakLocation location = BreakLocation::FromFrame(debug_info, frame); in Break()
560 BreakLocation* location, in CheckBreakPoints()
588 List<BreakLocation> break_locations; in IsMutedAtCurrentLocation()
589 BreakLocation::AllAtCurrentStatement(debug_info, frame, &break_locations); in IsMutedAtCurrentLocation()
999 BreakLocation location = BreakLocation::FromFrame(debug_info, js_frame); in PrepareStep()
1569 BreakLocation location = BreakLocation::FromFrame(debug_info, frame); in IsBreakAtReturn()