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