Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc191 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
196 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()
202 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
205 fn(soa.Env(), rcvr.get()); in InterpreterJni()
209 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
216 jresult = fn(soa.Env(), rcvr.get(), arg0.get()); in InterpreterJni()
223 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni() local
226 result->SetI(fn(soa.Env(), rcvr.get(), args[0], args[1])); in InterpreterJni()
/art/runtime/entrypoints/
Dentrypoint_utils.cc145 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler() local
146 ObjPtr<mirror::Class> proxy_class = rcvr->GetClass(); in InvokeProxyInvocationHandler()
148 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()