Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1566 .extern artQuickProxyInvokeHandler
1571 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2033 .extern artQuickProxyInvokeHandler
2038 bl artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1992 .extern artQuickProxyInvokeHandler
1996 jal artQuickProxyInvokeHandler # (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2092 .extern artQuickProxyInvokeHandler
2096 la $t9, artQuickProxyInvokeHandler
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1634 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1772 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc916 extern "C" uint64_t artQuickProxyInvokeHandler( in artQuickProxyInvokeHandler() function