Home
last modified time | relevance | path

Searched refs:artQuickProxyInvokeHandler (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S653 .extern artQuickProxyInvokeHandler
663 call artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, sp)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1275 .extern artQuickProxyInvokeHandler
1280 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1594 .extern artQuickProxyInvokeHandler
1599 bl artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1290 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1499 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc831 extern "C" uint64_t artQuickProxyInvokeHandler( in artQuickProxyInvokeHandler() function