Home
last modified time | relevance | path

Searched refs:break_locations (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-debug.cc382 Handle<Object> break_locations = in RUNTIME_FUNCTION() local
384 if (break_locations->IsUndefined(isolate)) { in RUNTIME_FUNCTION()
389 Handle<FixedArray>::cast(break_locations)); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug.cc547 std::vector<BreakLocation> break_locations; in IsMutedAtCurrentLocation() local
548 BreakLocation::AllAtCurrentStatement(debug_info, frame, &break_locations); in IsMutedAtCurrentLocation()
550 for (size_t i = 0; i < break_locations.size(); i++) { in IsMutedAtCurrentLocation()
553 CheckBreakPoints(debug_info, &break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()