Searched refs:has_break_points (Results 1 – 2 of 2) sorted by relevance
539 bool* has_break_points) { in CheckBreakPoints() argument542 if (has_break_points) *has_break_points = has_break_points_to_check; in CheckBreakPoints()567 bool has_break_points; in IsMutedAtCurrentLocation() local569 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()
446 bool* has_break_points = nullptr);