Searched refs:artInvokeCustom (Results 1 – 5 of 5) sorted by relevance
2590 .extern artInvokeCustom2596 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)
2589 .extern artInvokeCustom2595 bl artInvokeCustom // artInvokeCustom(call_site_idx, thread, save_area)
2204 call SYMBOL(artInvokeCustom) // artInvokeCustom(Thread*, SP)
2420 call SYMBOL(artInvokeCustom) // artInvokeCustom(call_site_index, Thread*, SP)
2642 extern "C" uint64_t artInvokeCustom(uint32_t call_site_idx, Thread* self, ArtMethod** sp) in artInvokeCustom() function