Searched refs:existing_breakpoint (Results 1 – 1 of 1) sorted by relevance
3426 const Breakpoint* existing_breakpoint = nullptr; in WatchLocation() local3428 GetRequiredDeoptimizationKind(self, m, &existing_breakpoint); in WatchLocation()3443 if (existing_breakpoint != nullptr) { in WatchLocation()3444 breakpoint_deoptimization_kind = existing_breakpoint->GetDeoptimizationKind(); in WatchLocation()3471 const Breakpoint* const existing_breakpoint = FindFirstBreakpointForMethod(m); in UnwatchLocation() local3472 if (existing_breakpoint == nullptr) { in UnwatchLocation()