Searched refs:jresult (Results 1 – 1 of 1) sorted by relevance
62 jobject jresult; in InterpreterJni() local65 jresult = fn(soa.Env(), klass.get()); in InterpreterJni()67 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()103 jobject jresult; in InterpreterJni() local106 jresult = fn(soa.Env(), klass.get(), arg0.get()); in InterpreterJni()108 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()193 jobject jresult; in InterpreterJni() local196 jresult = fn(soa.Env(), rcvr.get()); in InterpreterJni()198 result->SetL(soa.Decode<mirror::Object>(jresult)); in InterpreterJni()213 jobject jresult; in InterpreterJni() local[all …]