Searched refs:artInstrumentationMethodEntryFromCode (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2339 .extern artInstrumentationMethodEntryFromCode 2347 bl artInstrumentationMethodEntryFromCode // (Method*, Object*, Thread*, SP)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2197 .extern artInstrumentationMethodEntryFromCode 2204 jal artInstrumentationMethodEntryFromCode # (Method*, Object*, Thread*, SP)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 2012 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2033 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1107 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, in artInstrumentationMethodEntryFromCode() function
|