Searched defs:this_class (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/share/vm/classfile/
H A DverificationType.cpp48 Klass* this_class = SystemDictionary::resolve_or_fail( local
H A Dverifier.cpp2020 bool ClassVerifier::is_protected_access(InstanceKlass* this_class, argument
/openjdk10/hotspot/test/runtime/jni/CallWithJNIWeak/
H A DlibCallWithJNIWeak.c37 jclass this_class = (*env)->GetObjectClass(env, self); local
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_UNIXToolkit.c41 static jclass this_class = NULL; variable
/openjdk10/jdk/src/java.prefs/windows/native/libprefs/
H A DWindowsPreferences.c40 Java_java_util_prefs_WindowsPreferences_WindowsRegOpenKey(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey, jint securityMask) argument
60 Java_java_util_prefs_WindowsPreferences_WindowsRegCloseKey(JNIEnv* env, jclass this_class, jint hKey) argument
65 Java_java_util_prefs_WindowsPreferences_WindowsRegCreateKeyEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) argument
89 Java_java_util_prefs_WindowsPreferences_WindowsRegDeleteKey(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) argument
101 Java_java_util_prefs_WindowsPreferences_WindowsRegFlushKey(JNIEnv* env, jclass this_class, jint hKey) argument
106 Java_java_util_prefs_WindowsPreferences_WindowsRegQueryValueEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) argument
151 Java_java_util_prefs_WindowsPreferences_WindowsRegSetValueEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName, jbyteArray data) argument
172 Java_java_util_prefs_WindowsPreferences_WindowsRegDeleteValue(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) argument
184 Java_java_util_prefs_WindowsPreferences_WindowsRegQueryInfoKey(JNIEnv* env, jclass this_class, jint hKey) argument
209 Java_java_util_prefs_WindowsPreferences_WindowsRegEnumKeyEx(JNIEnv* env, jclass this_class, jint hKey , jint subKeyIndex, jint maxKeyLength) argument
232 Java_java_util_prefs_WindowsPreferences_WindowsRegEnumValue(JNIEnv* env, jclass this_class, jint hKey , jint valueIndex, jint maxValueNameLength) argument
[all...]
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DClassFile.java183 public final int this_class; field in class:ClassFile
105 ClassFile(int magic, int minor_version, int major_version, ConstantPool constant_pool, AccessFlags access_flags, int this_class, int super_class, int[] interfaces, Field[] fields, Method[] methods, Attributes attributes) argument
/openjdk10/jdk/test/jdk/lambda/separate/
H A DClassFile.java82 short this_class; field in class:ClassFile
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java82 short this_class; field in class:ClassFile

Completed in 188 milliseconds