Home
last modified time | relevance | path

Searched refs:h_args (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc78 auto h_args = hs.NewHandle<mirror::ObjectArray<mirror::Object>>(nullptr); in InvokeProxyInvocationHandler() local
84 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()
/art/runtime/mirror/
Dclass.cc1812 auto h_args = hs.NewHandle(args); in GetDeclaredMethodInternal() local
1826 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()
1860 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal()