Searched refs:GetCodeForInvoke (Results 1 – 4 of 4) sorted by relevance
177 const void* actual_code = Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method); in Java_Main_isAotCompiled()208 Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method)); in Java_Main_hasJitCompiledEntrypoint()
1291 const void* Instrumentation::GetCodeForInvoke(ArtMethod* method) { in GetCodeForInvoke() function in art::instrumentation::Instrumentation1316 const void* code = GetCodeForInvoke(method); in GetMaybeInstrumentedCodeForInvoke()
330 const void* GetCodeForInvoke(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
3641 instrumentation->UpdateMethodsCode(method, instrumentation->GetCodeForInvoke(method)); in FixupStaticTrampolines()