Searched refs:artInstrumentationMethodExitFromCode (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2362 .extern artInstrumentationMethodExitFromCode 2371 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res*, fpr_res*)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2198 .extern artInstrumentationMethodExitFromCode 2226 jal artInstrumentationMethodExitFromCode # (Thread*, SP, gpr_res*, fpr_res*)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 2042 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res*, fpr_res*)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2089 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result*, fpr_result*)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1148 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, in artInstrumentationMethodExitFromCode() function
|