Searched refs:artInvokeCustom (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2275 .extern artInvokeCustom 2281 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 1077 .extern artInvokeCustom 1082 call artInvokeCustom // artInvokeCustom(call_site_idx, Thread*, context)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2396 .extern artInvokeCustom 2402 bl artInvokeCustom // artInvokeCustom(call_site_idx, thread, save_area)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1912 call SYMBOL(artInvokeCustom) // artInvokeCustom(Thread*, SP)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2035 call SYMBOL(artInvokeCustom) // artInvokeCustom(call_site_index, Thread*, SP)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2455 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom() function
|