Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc539 bool* has_break_points) { in CheckBreakPoints() argument
542 if (has_break_points) *has_break_points = has_break_points_to_check; in CheckBreakPoints()
567 bool has_break_points; in IsMutedAtCurrentLocation() local
569 CheckBreakPoints(debug_info, &break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()
570 has_break_points_at_all |= has_break_points; in IsMutedAtCurrentLocation()
571 if (has_break_points && !check_result.is_null()) return false; in IsMutedAtCurrentLocation()
Ddebug.h446 bool* has_break_points = nullptr);