Searched refs:artInstrumentationMethodExitFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_instrumentation_entrypoints.cc | 48 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, ArtMethod** sp, in artInstrumentationMethodExitFromCode() function
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1684 .extern artInstrumentationMethodExitFromCode 1702 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res, fpr_res)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1065 blx artInstrumentationMethodExitFromCode @ (Thread*, SP, gpr_res, fpr_res)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1482 .extern artInstrumentationMethodExitFromCode
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1631 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res, fpr_res)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1594 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result, fpr_result)
|