Searched refs:artInstrumentationMethodEntryFromCode (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1990 .extern artInstrumentationMethodEntryFromCode 1998 bl artInstrumentationMethodEntryFromCode // (Method*, Object*, Thread*, SP)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1787 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1986 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1028 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, in artInstrumentationMethodEntryFromCode() function
|