Searched refs:rcvr_jobj (Results 1 – 3 of 3) sorted by relevance
59 jobject rcvr_jobj, jobject interface_method_jobj, in InvokeProxyInvocationHandler() argument61 DCHECK(soa.Env()->IsInstanceOf(rcvr_jobj, WellKnownClasses::java_lang_reflect_Proxy)); in InvokeProxyInvocationHandler()94 invocation_args[0].l = rcvr_jobj; in InvokeProxyInvocationHandler()128 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler()
168 jobject rcvr_jobj, jobject interface_art_method_jobj,
932 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); in artQuickProxyInvokeHandler() local965 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()