Searched refs:GetMaybeInstrumentedCodeForInvoke (Results 1 – 3 of 3) sorted by relevance
1343 UpdateEntryPoints(method, GetMaybeInstrumentedCodeForInvoke(method)); in Undeoptimize()1467 const void* Instrumentation::GetMaybeInstrumentedCodeForInvoke(ArtMethod* method) { in GetMaybeInstrumentedCodeForInvoke() function in art::instrumentation::Instrumentation
344 const void* GetMaybeInstrumentedCodeForInvoke(ArtMethod* method)
1373 code = instrumentation->GetMaybeInstrumentedCodeForInvoke(called); in artQuickResolutionTrampoline()