Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc235 jobject rcvr_jobj, jobject interface_method_jobj, in InvokeProxyInvocationHandler() argument
237 DCHECK(soa.Env()->IsInstanceOf(rcvr_jobj, WellKnownClasses::java_lang_reflect_Proxy)); in InvokeProxyInvocationHandler()
270 invocation_args[0].l = rcvr_jobj; in InvokeProxyInvocationHandler()
290 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj); in InvokeProxyInvocationHandler()
313 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj); in InvokeProxyInvocationHandler()
Dentrypoint_utils.h180 jobject rcvr_jobj, jobject interface_art_method_jobj,
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc293 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); in artPortableProxyInvokeHandler() local
313 rcvr_jobj, interface_method_jobj, args); in artPortableProxyInvokeHandler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc606 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); in artQuickProxyInvokeHandler() local
630 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()