Home
last modified time | relevance | path

Searched refs:artInstrumentationMethodEntryFromCode (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1990 .extern artInstrumentationMethodEntryFromCode
1998 bl artInstrumentationMethodEntryFromCode // (Method*, Object*, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1788 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1971 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1027 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, in artInstrumentationMethodEntryFromCode() function