Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3493 const Breakpoint* existing_breakpoint = nullptr; in WatchLocation() local
3495 GetRequiredDeoptimizationKind(self, m, &existing_breakpoint); in WatchLocation()
3510 if (existing_breakpoint != nullptr) { in WatchLocation()
3511 breakpoint_deoptimization_kind = existing_breakpoint->GetDeoptimizationKind(); in WatchLocation()
3538 const Breakpoint* const existing_breakpoint = FindFirstBreakpointForMethod(m); in UnwatchLocation() local
3539 if (existing_breakpoint == nullptr) { in UnwatchLocation()