Searched refs:has_break_points (Results 1 – 2 of 2) sorted by relevance
523 bool* has_break_points) { in CheckBreakPoints() argument526 if (has_break_points) *has_break_points = has_break_points_to_check; in CheckBreakPoints()551 bool has_break_points; in IsMutedAtCurrentLocation() local553 CheckBreakPoints(debug_info, &break_locations[i], &has_break_points); in IsMutedAtCurrentLocation()554 has_break_points_at_all |= has_break_points; in IsMutedAtCurrentLocation()555 if (has_break_points && !check_result.is_null()) return false; in IsMutedAtCurrentLocation()
432 bool* has_break_points = nullptr);