Searched refs:GetModule (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/test/runtime/modules/getModuleJNI/
H A DlibGetModule.c28 jobject res = (jobject)((*env)->GetModule(env, clazz));
H A DGetModule.java26 * @run main/native GetModule
30 public class GetModule { class
33 System.loadLibrary("GetModule");
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A DDllUtil.cpp41 HMODULE DllUtil::GetModule() function in class:DllUtil
51 if (GetModule()) {
52 return ::GetProcAddress(GetModule(), name);
H A DDllUtil.h49 HMODULE GetModule();
/openjdk9/hotspot/test/serviceability/jvmti/IsModifiableModule/
H A DlibIsModifiableModuleTest.c120 module = JNI_ENV_PTR(env)->GetModule(JNI_ENV_ARG(env, cls));
122 printf("get_module_by_class_name: Error in GetModule for class \"%s\"\n", cname);
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DReferenceTypeImpl.c125 module = JNI_FUNC_PTR(env, GetModule)(env, clazz);
/openjdk9/hotspot/src/share/vm/prims/
H A Djni.h771 jobject (JNICALL *GetModule) member in struct:JNINativeInterface_
1867 jobject GetModule(jclass clazz) { function in struct:JNIEnv_
1868 return functions->GetModule(this, clazz);
H A DjniCheck.cpp1999 jobject result = UNCHECKED()->GetModule(env,clazz);
/openjdk9/jdk/src/java.base/share/native/include/
H A Djni.h771 jobject (JNICALL *GetModule) member in struct:JNINativeInterface_
1867 jobject GetModule(jclass clazz) { function in struct:JNIEnv_
1868 return functions->GetModule(this, clazz);

Completed in 123 milliseconds