HomeSort by relevance Sort by last modified time
    Searched refs:rcvr_jobj (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.cc 235 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);
entrypoint_utils.h 180 jobject rcvr_jobj, jobject interface_art_method_jobj,
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 293 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); local
313 rcvr_jobj, interface_method_jobj, args);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 606 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); local
630 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args);
    [all...]

Completed in 85 milliseconds