Home | History | Annotate | Download | only in interpreter

Lines Matching refs:fnptr

235       typedef jobject (fnptr)(JNIEnv*, jclass);
236 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
246 typedef void (fnptr)(JNIEnv*, jclass);
247 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
253 typedef jboolean (fnptr)(JNIEnv*, jclass);
254 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
260 typedef jbyte (fnptr)(JNIEnv*, jclass, jint);
261 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
267 typedef jint (fnptr)(JNIEnv*, jclass, jint);
268 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
274 typedef jobject (fnptr)(JNIEnv*, jclass, jobject);
275 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
287 typedef jint (fnptr)(JNIEnv*, jclass, jint, jboolean);
288 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
294 typedef jint (fnptr)(JNIEnv*, jclass, jobject, jint);
295 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
303 typedef jshort (fnptr)(JNIEnv*, jclass, jint, jboolean);
304 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
310 typedef void (fnptr)(JNIEnv*, jclass, jint, jboolean);
311 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
317 typedef jboolean (fnptr)(JNIEnv*, jclass, jobject, jobject);
318 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
328 typedef jboolean (fnptr)(JNIEnv*, jclass, jint, jobject, jobject);
329 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
339 typedef void (fnptr)(JNIEnv*, jclass, jint, jobject, jint, jint);
340 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
348 typedef void (fnptr)(JNIEnv*, jclass, jobject, jint, jobject, jint, jint);
349 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
364 typedef jobject (fnptr)(JNIEnv*, jobject);
365 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
375 typedef void (fnptr)(JNIEnv*, jobject);
376 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
382 typedef jobject (fnptr)(JNIEnv*, jobject, jobject);
383 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());
396 typedef jint (fnptr)(JNIEnv*, jobject, jint, jint);
397 const fnptr* fn = reinterpret_cast<const fnptr*>(method->GetNativeMethod());