Searched defs:GetObjectRefType (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.c1274 * Used by -Xcheck:jni and GetObjectRefType.
3526 static jobjectRefType GetObjectRefType(JNIEnv* env, jobject jobj) function
4199 GetObjectRefType
/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); }

Completed in 431 milliseconds