Searched refs:artInstrumentationMethodExitFromCode (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2013 .extern artInstrumentationMethodExitFromCode 2022 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res*, fpr_res*)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1817 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res*, fpr_res*)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2042 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result*, fpr_result*)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1087 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, in artInstrumentationMethodExitFromCode() function
|