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

/dalvik/vm/
H A DJni.c885 LOGW("JNI: DeleteGlobalRef(%p) failed to find entry\n", jobj);
902 LOGW("JNI: DeleteGlobalRef(%p) failed to find entry (valid=%d)\n",
2203 static void DeleteGlobalRef(JNIEnv* env, jobject jglobalRef) function
3959 DeleteGlobalRef,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h182 void (*DeleteGlobalRef)(JNIEnv*, jobject); member in struct:JNINativeInterface
550 void DeleteGlobalRef(jobject globalRef) function in struct:_JNIEnv
551 { functions->DeleteGlobalRef(this, globalRef); }

Completed in 620 milliseconds