Searched defs:GetEnv (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.h80 JNIEnv * GetEnv() { function in class:AwtDesktopProperties
H A Dawt_Toolkit.cpp697 JNIEnv *env = GetEnv();
1711 JNIEnv* AwtToolkit::GetEnv() { function in class:AwtToolkit
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h1901 jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version); member in struct:JNIInvokeInterface_
1920 jint GetEnv(void **penv, jint version) { function in struct:JavaVM_
1921 return functions->GetEnv(this, penv, version);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h1901 jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version); member in struct:JNIInvokeInterface_
1920 jint GetEnv(void **penv, jint version) { function in struct:JavaVM_
1921 return functions->GetEnv(this, penv, version);

Completed in 49 milliseconds