Lines Matching refs:jobject

58       using fntype = jobject(JNIEnv*, jclass);  in InterpreterJni()
62 jobject jresult; in InterpreterJni()
97 using fntype = jobject(JNIEnv*, jclass, jobject); in InterpreterJni()
101 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
102 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
103 jobject jresult; in InterpreterJni()
117 using fntype = jint(JNIEnv*, jclass, jobject, jint); in InterpreterJni()
122 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
123 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
142 using fntype = jboolean(JNIEnv*, jclass, jobject, jobject); in InterpreterJni()
146 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
147 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
148 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
149 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
153 using fntype = jboolean(JNIEnv*, jclass, jint, jobject, jobject); in InterpreterJni()
157 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
158 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
159 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni()
160 soa.AddLocalReference<jobject>(ObjArg(args[2]))); in InterpreterJni()
164 using fntype = void(JNIEnv*, jclass, jint, jobject, jint, jint); in InterpreterJni()
168 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
169 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
173 using fntype = void(JNIEnv*, jclass, jobject, jint, jobject, jint, jint); in InterpreterJni()
177 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
178 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
179 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni()
180 soa.AddLocalReference<jobject>(ObjArg(args[2]))); in InterpreterJni()
189 using fntype = jobject(JNIEnv*, jobject); in InterpreterJni()
191 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
192 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
193 jobject jresult; in InterpreterJni()
200 using fntype = void(JNIEnv*, jobject); in InterpreterJni()
202 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
203 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
207 using fntype = jobject(JNIEnv*, jobject, jobject); in InterpreterJni()
209 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
210 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
211 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
212 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
213 jobject jresult; in InterpreterJni()
221 using fntype = jint(JNIEnv*, jobject, jint, jint); in InterpreterJni()
223 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
224 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()