Home
last modified time | relevance | path

Searched refs:GetCodeForInvoke (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/common/
H A Druntime_state.cc210 Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method)); in Java_Main_hasJitCompiledEntrypoint()
/aosp12/art/runtime/
H A Dinstrumentation.cc261 new_quick_code = GetCodeForInvoke(method); in InstallStubsForMethod()
1133 const void* Instrumentation::GetCodeForInvoke(ArtMethod* method) const { in GetCodeForInvoke() function in art::instrumentation::Instrumentation
H A Dinstrumentation.h319 const void* GetCodeForInvoke(ArtMethod* method) const
H A Dclass_linker.cc3394 const void* instr_target = instr->GetCodeForInvoke(method); in ShouldUseInterpreterEntrypoint()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1046 result = instrumentation->GetCodeForInvoke(method); in artInstrumentationMethodEntryFromCode()