Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1681 .extern artQuickProxyInvokeHandler
1686 bl artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1427 .extern artQuickProxyInvokeHandler
1432 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1407 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1717 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc808 extern "C" uint64_t artQuickProxyInvokeHandler( in artQuickProxyInvokeHandler() function