Searched refs:IsInMethod (Results 1 – 1 of 1) sorted by relevance
125 bool IsInMethod(ArtMethod* m) const REQUIRES_SHARED(Locks::mutator_lock_) { in IsInMethod() function in art::Breakpoint400 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()