Searched defs:NewLocalRef (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jni.h | 270 jobject (JNICALL *NewLocalRef) member in struct:JNINativeInterface_ 858 jobject NewLocalRef(jobject ref) { function in struct:JNIEnv_ 859 return functions->NewLocalRef(this,ref); |
/openjdk7/jdk/src/share/javavm/export/ | ||
H A D | jni.h | 270 jobject (JNICALL *NewLocalRef) member in struct:JNINativeInterface_ 858 jobject NewLocalRef(jobject ref) { function in struct:JNIEnv_ 859 return functions->NewLocalRef(this,ref); |
Completed in 49 milliseconds