Searched refs:artInvokeCustom (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2729 .extern artInvokeCustom 2735 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 3281 .extern artInvokeCustom 3285 la $t9, artInvokeCustom # Invoke artInvokeCustom
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2861 .extern artInvokeCustom 2867 bl artInvokeCustom // artInvokeCustom(call_site_idx, thread, save_area)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 2440 call SYMBOL(artInvokeCustom) // artInvokeCustom(Thread*, SP)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2472 call SYMBOL(artInvokeCustom) // artInvokeCustom(call_site_index, Thread*, SP)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2869 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom() function
|