Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2013 .extern artInstrumentationMethodExitFromCode
2022 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res*, fpr_res*)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1818 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res*, fpr_res*)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2027 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result*, fpr_result*)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1086 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, in artInstrumentationMethodExitFromCode() function