Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc214 Runtime::Current()->GetInstrumentation()->GetCodeForInvoke(method)); in Java_Main_hasJitCompiledEntrypoint()
/art/runtime/
Dinstrumentation.h319 const void* GetCodeForInvoke(ArtMethod* method) const
Dinstrumentation.cc261 new_quick_code = GetCodeForInvoke(method); in InstallStubsForMethod()
1143 const void* Instrumentation::GetCodeForInvoke(ArtMethod* method) const { in GetCodeForInvoke() function in art::instrumentation::Instrumentation
Dclass_linker.cc3504 const void* instr_target = instr->GetCodeForInvoke(method); in ShouldUseInterpreterEntrypoint()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1047 result = instrumentation->GetCodeForInvoke(method); in artInstrumentationMethodEntryFromCode()