Searched refs:jniGetReferent (Results 1 – 3 of 3) sorted by relevance
169 MODULE_API jobject jniGetReferent(C_JNIEnv* env, jobject ref);259 inline jobject jniGetReferent(JNIEnv* env, jobject ref) { in jniGetReferent() function260 return jniGetReferent(&env->functions, ref); in jniGetReferent()
25 jniGetReferent;
395 MODULE_API jobject jniGetReferent(C_JNIEnv* env, jobject ref) { in jniGetReferent() function