Searched defs:GetVersion (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/ | ||
H A D | jvm_symbols.h | 39 GetVersion_t GetVersion; member in struct:__anon945 |
/openjdk7/hotspot/src/share/vm/services/ | ||
H A D | jmm.h | 214 jint (JNICALL *GetVersion) (JNIEnv *env); member in struct:jmmInterface_1_ |
/openjdk7/jdk/src/share/javavm/export/ | ||
H A D | jmm.h | 214 jint (JNICALL *GetVersion) (JNIEnv *env); member in struct:jmmInterface_1_ |
H A D | jni.h | 220 jint (JNICALL *GetVersion)(JNIEnv *env); member in struct:JNINativeInterface_ 786 jint GetVersion() { function in struct:JNIEnv_ 787 return functions->GetVersion(this); |
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jni.h | 220 jint (JNICALL *GetVersion)(JNIEnv *env); member in struct:JNINativeInterface_ 786 jint GetVersion() { function in struct:JNIEnv_ 787 return functions->GetVersion(this); |
Completed in 82 milliseconds