Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc125 bool IsInMethod(ArtMethod* m) const REQUIRES_SHARED(Locks::mutator_lock_) { in IsInMethod() function in art::Breakpoint
400 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].IsInMethod(m)) { in IsBreakpoint()
3280 if (breakpoint.IsInMethod(m)) { in FindFirstBreakpointForMethod()
3297 if (breakpoint.IsInMethod(m)) { in SanityCheckExistingBreakpoints()
3419 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].IsInMethod(m)) { in UnwatchLocation()