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