Lines Matching refs:jobject

60       using fntype = jobject(JNIEnv*, jclass);  in InterpreterJni()
64 jobject jresult; in InterpreterJni()
99 using fntype = jobject(JNIEnv*, jclass, jobject); in InterpreterJni()
103 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
104 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
105 jobject jresult; in InterpreterJni()
119 using fntype = jint(JNIEnv*, jclass, jobject, jint); in InterpreterJni()
124 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
125 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
144 using fntype = jboolean(JNIEnv*, jclass, jobject, jobject); in InterpreterJni()
148 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
149 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
150 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
151 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
155 using fntype = jboolean(JNIEnv*, jclass, jint, jobject, jobject); in InterpreterJni()
159 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
160 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
161 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni()
162 soa.AddLocalReference<jobject>(ObjArg(args[2]))); in InterpreterJni()
166 using fntype = void(JNIEnv*, jclass, jint, jobject, jint, jint); in InterpreterJni()
170 ScopedLocalRef<jobject> arg1(soa.Env(), in InterpreterJni()
171 soa.AddLocalReference<jobject>(ObjArg(args[1]))); in InterpreterJni()
175 using fntype = void(JNIEnv*, jclass, jobject, jint, jobject, jint, jint); in InterpreterJni()
179 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
180 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
181 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni()
182 soa.AddLocalReference<jobject>(ObjArg(args[2]))); in InterpreterJni()
191 using fntype = jobject(JNIEnv*, jobject); in InterpreterJni()
193 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
194 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
195 jobject jresult; in InterpreterJni()
202 using fntype = void(JNIEnv*, jobject); in InterpreterJni()
204 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
205 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
209 using fntype = jobject(JNIEnv*, jobject, jobject); in InterpreterJni()
211 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
212 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()
213 ScopedLocalRef<jobject> arg0(soa.Env(), in InterpreterJni()
214 soa.AddLocalReference<jobject>(ObjArg(args[0]))); in InterpreterJni()
215 jobject jresult; in InterpreterJni()
223 using fntype = jint(JNIEnv*, jobject, jint, jint); in InterpreterJni()
225 ScopedLocalRef<jobject> rcvr(soa.Env(), in InterpreterJni()
226 soa.AddLocalReference<jobject>(receiver)); in InterpreterJni()