Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc711 List<BreakLocation> break_locations; in IsMutedAtCurrentLocation() local
713 debug_info, current_position.statement_position(), &break_locations); in IsMutedAtCurrentLocation()
715 for (int i = 0; i < break_locations.length(); i++) { in IsMutedAtCurrentLocation()
718 CheckBreakPoints(&break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()
/external/v8/src/runtime/
Druntime-debug.cc967 Handle<Object> break_locations = in RUNTIME_FUNCTION() local
969 if (break_locations->IsUndefined(isolate)) { in RUNTIME_FUNCTION()
974 Handle<FixedArray>::cast(break_locations)); in RUNTIME_FUNCTION()