Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2362 .extern artInstrumentationMethodExitFromCode
2371 bl artInstrumentationMethodExitFromCode // (Thread*, SP, gpr_res*, fpr_res*)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2198 .extern artInstrumentationMethodExitFromCode
2226 jal artInstrumentationMethodExitFromCode # (Thread*, SP, gpr_res*, fpr_res*)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2042 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_res*, fpr_res*)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2089 call SYMBOL(artInstrumentationMethodExitFromCode) // (Thread*, SP, gpr_result*, fpr_result*)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1148 extern "C" TwoWordReturn artInstrumentationMethodExitFromCode(Thread* self, in artInstrumentationMethodExitFromCode() function