Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2590 .extern artInvokeCustom
2596 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2589 .extern artInvokeCustom
2595 bl artInvokeCustom // artInvokeCustom(call_site_idx, thread, save_area)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2205 call SYMBOL(artInvokeCustom) // artInvokeCustom(Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2405 call SYMBOL(artInvokeCustom) // artInvokeCustom(call_site_index, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2620 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom() function