Lines Matching refs:BreakLocation
114 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info,
117 return BreakLocation(Debug::kBreakAtEntryPosition, DEBUG_BREAK_AT_ENTRY);
128 Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations,
156 void BreakLocation::AllAtCurrentStatement(
158 std::vector<BreakLocation>* result_out) {
177 JSGeneratorObject BreakLocation::GetGeneratorObjectForSuspendedFrame(
188 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
207 bool BreakLocation::HasBreakPoint(Isolate* isolate,
225 debug::BreakLocationType BreakLocation::type() const {
338 BreakLocation BreakIterator::GetBreakLocation() {
363 return BreakLocation(code, type, code_offset(), position_,
507 BreakLocation location = BreakLocation::FromFrame(debug_info, frame);
608 const BreakLocation& location) {
640 BreakLocation* location,
680 std::vector<BreakLocation> break_locations;
681 BreakLocation::AllAtCurrentStatement(debug_info, frame, &break_locations);
1192 BreakLocation location = BreakLocation::Invalid();
1211 location = BreakLocation::FromFrame(debug_info, js_frame);
1626 std::vector<BreakLocation>* locations) {
1637 std::vector<BreakLocation>* locations) {
1665 std::vector<BreakLocation>* locations) {
2084 BreakLocation location = BreakLocation::FromFrame(debug_info, frame);
2505 std::vector<BreakLocation> break_locations;
2506 BreakLocation::AllAtCurrentStatement(debug_info, it.frame(),