Home
last modified time | relevance | path

Searched refs:artInstrumentationMethodExitFromCode (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc48 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, ArtMethod** sp, in artInstrumentationMethodExitFromCode() function
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1684 .extern artInstrumentationMethodExitFromCode
1702 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res, fpr_res)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1065 blx artInstrumentationMethodExitFromCode @ (Thread*, SP, gpr_res, fpr_res)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1482 .extern artInstrumentationMethodExitFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1631 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res, fpr_res)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1594 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result, fpr_result)