Searched refs:GetCodeForInvoke (Results 1 – 4 of 4) sorted by relevance
181 const void* actual_code = Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method); in Java_Main_isAotCompiled()212 Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method)); in Java_Main_hasJitCompiledEntrypoint()
337 EXPORT const void* GetCodeForInvoke(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
1418 const void* Instrumentation::GetCodeForInvoke(ArtMethod* method) { in GetCodeForInvoke() function in art::instrumentation::Instrumentation1443 const void* code = GetCodeForInvoke(method); in GetMaybeInstrumentedCodeForInvoke()
3721 const void* quick_code = instrumentation->GetCodeForInvoke(method); in FixupStaticTrampolines()