Searched refs:GetObjectRefType (Results 1 – 3 of 3) sorted by relevance
495 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject); member1042 jobjectRefType GetObjectRefType(jobject obj) in GetObjectRefType() function1043 { return functions->GetObjectRefType(this, obj); } in GetObjectRefType()
2733 static jobjectRefType GetObjectRefType(JNIEnv* env, jobject jobj) { in GetObjectRefType() function3305 GetObjectRefType
1978 return CHECK_JNI_EXIT("I", baseEnv(env)->GetObjectRefType(env, obj)); in Check_GetObjectRefType()