Searched refs:interface_method_jobj (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/
H A Dentrypoint_utils.cc59 jobject rcvr_jobj, jobject interface_method_jobj,
95 invocation_args[1].l = interface_method_jobj;
109 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod();
130 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj);
58 InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty, jobject rcvr_jobj, jobject interface_method_jobj, std::vector<jvalue>& args) argument
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc932 jobject interface_method_jobj = soa.AddLocalReference<jobject>( local
938 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args);

Completed in 127 milliseconds