Home
last modified time | relevance | path

Searched refs:rcvr_jobj (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc61 jobject rcvr_jobj, in InvokeProxyInvocationHandler() argument
64 DCHECK(soa.Env()->IsInstanceOf(rcvr_jobj, WellKnownClasses::java_lang_reflect_Proxy)); in InvokeProxyInvocationHandler()
97 invocation_args[0].l = rcvr_jobj; in InvokeProxyInvocationHandler()
131 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler()
Dentrypoint_utils.h186 jobject rcvr_jobj,
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc908 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); in artQuickProxyInvokeHandler() local
944 soa.Decode<mirror::Object>(rcvr_jobj).Ptr(), in artQuickProxyInvokeHandler()
949 soa.Decode<mirror::Object>(rcvr_jobj).Ptr(), in artQuickProxyInvokeHandler()
955 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()
959 soa.Decode<mirror::Object>(rcvr_jobj).Ptr(), in artQuickProxyInvokeHandler()
965 soa.Decode<mirror::Object>(rcvr_jobj).Ptr(), in artQuickProxyInvokeHandler()