Lines Matching defs:break_locations
128 Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations,
134 for (size_t i = 0; i < break_locations.size(); i++) {
137 debug_info, &break_locations[i], &location_has_break_points);
680 std::vector<BreakLocation> break_locations;
681 BreakLocation::AllAtCurrentStatement(debug_info, frame, &break_locations);
682 return CheckBreakPointsForLocations(debug_info, break_locations,
2505 std::vector<BreakLocation> break_locations;
2507 &break_locations);
2509 for (size_t i = 0; i < break_locations.size(); i++) {
2510 if (IsBreakOnInstrumentation(debug_info, break_locations[i])) {
2517 break_points = CheckBreakPointsForLocations(debug_info, break_locations,