Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc66 jobject interface_method_jobj, in InvokeProxyInvocationHandler() argument
73 hs.NewHandle(soa.Decode<mirror::Method>(interface_method_jobj)); in InvokeProxyInvocationHandler()
147 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj); in InvokeProxyInvocationHandler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc876 jobject interface_method_jobj = soa.AddLocalReference<jobject>(interface_reflect_method); in artQuickProxyInvokeHandler() local
891 InvokeProxyInvocationHandler(soa, raw_shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()