Searched refs:interface_method_jobj (Results 1 – 2 of 2) sorted by relevance
65 jobject interface_method_jobj, in InvokeProxyInvocationHandler() argument101 invocation_args[1].l = interface_method_jobj; in InvokeProxyInvocationHandler()115 soa.Decode<mirror::Method>(interface_method_jobj)->GetArtMethod(); in InvokeProxyInvocationHandler()136 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler()
852 jobject interface_method_jobj = soa.AddLocalReference<jobject>(interface_reflect_method); in artQuickProxyInvokeHandler() local870 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()