Searched refs:interface_method_jobj (Results 1 – 2 of 2) sorted by relevance
228 jobject rcvr_jobj, jobject interface_method_jobj, in InvokeProxyInvocationHandler() argument264 invocation_args[1].l = interface_method_jobj; in InvokeProxyInvocationHandler()278 auto h_interface_method(hs.NewHandle(soa.Decode<mirror::Method*>(interface_method_jobj))); in InvokeProxyInvocationHandler()296 mirror::Method* interface_method = soa.Decode<mirror::Method*>(interface_method_jobj); in InvokeProxyInvocationHandler()
764 jobject interface_method_jobj = soa.AddLocalReference<jobject>( in artQuickProxyInvokeHandler() local769 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()