Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc193 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
198 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()
204 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
207 fn(soa.Env(), rcvr.get()); in InterpreterJni()
211 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
218 jresult = fn(soa.Env(), rcvr.get(), arg0.get()); in InterpreterJni()
225 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
228 result->SetI(fn(soa.Env(), rcvr.get(), args[0], args[1])); in InterpreterJni()
/art/runtime/entrypoints/
Dentrypoint_utils.cc134 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler() local
135 ObjPtr<mirror::Class> proxy_class = rcvr->GetClass(); in InvokeProxyInvocationHandler()
137 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()