Searched refs:h_args (Results 1 – 2 of 2) sorted by relevance
77 auto h_args = hs.NewHandle<mirror::ObjectArray<mirror::Object>>(nullptr); in InvokeProxyInvocationHandler() local83 h_args.Assign(mirror::ObjectArray<mirror::Object>::Alloc( in InvokeProxyInvocationHandler()85 if (h_args == nullptr) { in InvokeProxyInvocationHandler()103 h_args->SetWithoutChecks</*kActiveTransaction=*/ false>(i, value); in InvokeProxyInvocationHandler()110 soa.Self(), h_receiver.Get(), h_interface_method.Get(), h_args.Get())); in InvokeProxyInvocationHandler()
1885 auto h_args = hs.NewHandle(args); in GetDeclaredMethodInternal() local1899 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()1933 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()