Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1339 .extern artQuickProxyInvokeHandler
1345 bl artQuickProxyInvokeHandler // (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S945 .extern artQuickProxyInvokeHandler
951 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1076 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1142 call SYMBOL(artQuickProxyInvokeHandler) // (proxy method, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc608 extern "C" uint64_t artQuickProxyInvokeHandler(mirror::ArtMethod* proxy_method, in artQuickProxyInvokeHandler() function