Searched refs:artMethodExitHook (Results 1 – 7 of 7) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 41 extern "C" int artMethodExitHook(Thread* self,
|
D | quick_trampoline_entrypoints.cc | 2543 extern "C" void artMethodExitHook(Thread* self, in artMethodExitHook() function
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 437 .extern artMethodExitHook 446 call artMethodExitHook // (Thread*, ArtMethod**, gpr_res*, fpr_res*,
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2508 .extern artMethodExitHook 2517 bl artMethodExitHook // (Thread*, ArtMethod**, gpr_res*, fpr_res*,
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 2018 call SYMBOL(artMethodExitHook) // (Thread*, ArtMethod**, gpr_res*, fpr_res*,
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2407 blx artMethodExitHook @ (Thread*, ArtMethod**, gpr_res*, fpr_res*,
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2187 call SYMBOL(artMethodExitHook) // (Thread*, ArtMethod**, gpr_result*, fpr_result*,
|