Searched defs:rcvr_jobj (Results 1 - 3 of 3) sorted by relevance

/art/runtime/entrypoints/
H A Dentrypoint_utils.cc235 jobject rcvr_jobj, jobject interface_method_jobj,
237 DCHECK(soa.Env()->IsInstanceOf(rcvr_jobj, WellKnownClasses::java_lang_reflect_Proxy));
270 invocation_args[0].l = rcvr_jobj;
290 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj);
313 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj);
234 InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty, jobject rcvr_jobj, jobject interface_method_jobj, std::vector<jvalue>& args) argument
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc293 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); local
313 rcvr_jobj, interface_method_jobj, args);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc606 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); local
630 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args);

Completed in 857 milliseconds