Searched refs:artInstrumentationMethodExitFromCode (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 1960 .extern artInstrumentationMethodExitFromCode 1969 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res*, fpr_res*)
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | quick_entrypoints_x86_64.S | 1743 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res*, fpr_res*)
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1086 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, in artInstrumentationMethodExitFromCode() function
|
/aosp12/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 1967 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result*, fpr_result*)
|