Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1579 .extern artQuickProxyInvokeHandler
1584 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1966 .extern artQuickProxyInvokeHandler
1971 bl artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2015 .extern artQuickProxyInvokeHandler
2019 jal artQuickProxyInvokeHandler # (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2116 .extern artQuickProxyInvokeHandler
2120 la $t9, artQuickProxyInvokeHandler
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1646 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1784 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc892 extern "C" uint64_t artQuickProxyInvokeHandler( in artQuickProxyInvokeHandler() function