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