Searched refs:GetObjectRefType (Results 1 - 3 of 3) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h480 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject); member in struct:JNINativeInterface
1027 jobjectRefType GetObjectRefType(jobject obj) function in struct:_JNIEnv
1028 { return functions->GetObjectRefType(this, obj); }
/dalvik/vm/
H A DJni.c1274 * Used by -Xcheck:jni and GetObjectRefType.
3526 static jobjectRefType GetObjectRefType(JNIEnv* env, jobject jobj) function
4199 GetObjectRefType
H A DCheckJni.c2291 result = BASE_ENV(env)->GetObjectRefType(env, obj);

Completed in 33 milliseconds