Searched refs:rcvr (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 193 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/ |
D | entrypoint_utils.cc | 131 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj); in InvokeProxyInvocationHandler() local 132 ObjPtr<mirror::Class> proxy_class = rcvr->GetClass(); in InvokeProxyInvocationHandler() 134 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
|