Searched refs:InvokeProxyInvocationHandler (Results 1 – 4 of 4) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 179 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty,
|
D | entrypoint_utils.cc | 234 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty, in InvokeProxyInvocationHandler() function
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 312 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(), in artPortableProxyInvokeHandler()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 653 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()
|