Home
last modified time | relevance | path

Searched refs:rcvr_jobj (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc65 jobject rcvr_jobj, in InvokeProxyInvocationHandler() argument
69 DCHECK(rcvr_jobj != nullptr); in InvokeProxyInvocationHandler()
70 Handle<mirror::Object> h_receiver = hs.NewHandle(soa.Decode<mirror::Object>(rcvr_jobj)); in InvokeProxyInvocationHandler()
145 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler()
Dentrypoint_utils.h178 jobject rcvr_jobj,
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc847 jobject rcvr_jobj = soa.AddLocalReference<jobject>(receiver); in artQuickProxyInvokeHandler() local
891 InvokeProxyInvocationHandler(soa, raw_shorty, rcvr_jobj, interface_method_jobj, args); in artQuickProxyInvokeHandler()