Searched refs:jresult (Results 1 – 1 of 1) sorted by relevance
64 jobject jresult; in InterpreterJni() local67 jresult = fn(soa.Env(), klass.get()); in InterpreterJni()69 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()105 jobject jresult; in InterpreterJni() local108 jresult = fn(soa.Env(), klass.get(), arg0.get()); in InterpreterJni()110 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()195 jobject jresult; in InterpreterJni() local198 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()200 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()215 jobject jresult; in InterpreterJni() local[all …]