Searched refs:h_args (Results 1 – 2 of 2) sorted by relevance
78 auto h_args = hs.NewHandle<mirror::ObjectArray<mirror::Object>>(nullptr); in InvokeProxyInvocationHandler() local84 h_args.Assign(mirror::ObjectArray<mirror::Object>::Alloc( in InvokeProxyInvocationHandler()86 if (h_args == nullptr) { in InvokeProxyInvocationHandler()104 h_args->SetWithoutChecks</*kActiveTransaction=*/ false>(i, value); in InvokeProxyInvocationHandler()111 soa.Self(), h_receiver.Get(), h_interface_method.Get(), h_args.Get())); in InvokeProxyInvocationHandler()
1812 auto h_args = hs.NewHandle(args); in GetDeclaredMethodInternal() local1826 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()1860 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()