Searched defs:DeleteWeakGlobalRef (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jni.h | 751 void (JNICALL *DeleteWeakGlobalRef) member in struct:JNINativeInterface_ 1839 void DeleteWeakGlobalRef(jweak ref) { function in struct:JNIEnv_ 1840 functions->DeleteWeakGlobalRef(this,ref); |
/openjdk7/jdk/src/share/javavm/export/ | ||
H A D | jni.h | 751 void (JNICALL *DeleteWeakGlobalRef) member in struct:JNINativeInterface_ 1839 void DeleteWeakGlobalRef(jweak ref) { function in struct:JNIEnv_ 1840 functions->DeleteWeakGlobalRef(this,ref); |
Completed in 50 milliseconds