Searched refs:this_class (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/windows/native/java/util/
H A DWindowsPreferences.c33 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey, jint securityMask) {
50 (JNIEnv* env, jclass this_class, jint hKey) {
55 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) {
76 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) {
87 (JNIEnv* env, jclass this_class, jint hKey) {
92 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) {
129 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName, jbyteArray data) {
147 (JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) {
158 (JNIEnv* env, jclass this_class, jint hKey) {
181 (JNIEnv* env, jclass this_class, jin
32 Java_java_util_prefs_WindowsPreferences_WindowsRegOpenKey(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey, jint securityMask) argument
49 Java_java_util_prefs_WindowsPreferences_WindowsRegCloseKey(JNIEnv* env, jclass this_class, jint hKey) argument
54 Java_java_util_prefs_WindowsPreferences_WindowsRegCreateKeyEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) argument
75 Java_java_util_prefs_WindowsPreferences_WindowsRegDeleteKey(JNIEnv* env, jclass this_class, jint hKey, jbyteArray lpSubKey) argument
86 Java_java_util_prefs_WindowsPreferences_WindowsRegFlushKey(JNIEnv* env, jclass this_class, jint hKey) argument
91 Java_java_util_prefs_WindowsPreferences_WindowsRegQueryValueEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) argument
128 Java_java_util_prefs_WindowsPreferences_WindowsRegSetValueEx(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName, jbyteArray data) argument
146 Java_java_util_prefs_WindowsPreferences_WindowsRegDeleteValue(JNIEnv* env, jclass this_class, jint hKey, jbyteArray valueName) argument
157 Java_java_util_prefs_WindowsPreferences_WindowsRegQueryInfoKey(JNIEnv* env, jclass this_class, jint hKey) argument
180 Java_java_util_prefs_WindowsPreferences_WindowsRegEnumKeyEx(JNIEnv* env, jclass this_class, jint hKey , jint subKeyIndex, jint maxKeyLength) argument
197 Java_java_util_prefs_WindowsPreferences_WindowsRegEnumValue(JNIEnv* env, jclass this_class, jint hKey , jint valueIndex, jint maxValueNameLength) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassFile.java80 this_class = cr.readUnsignedShort();
103 int this_class, int super_class, int[] interfaces,
110 this.this_class = this_class;
119 return constant_pool.getClassInfo(this_class).getName();
148 2 + // this_class
179 public final int this_class; field in class:ClassFile
101 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
H A DClassTranslator.java85 cf.this_class,
H A DClassWriter.java106 out.writeShort(classFile.this_class);
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.cpp63 KlassHandle this_class(THREAD, obj);
65 if (this_class->is_interface()) {
73 return instanceKlass::cast(from_class)->is_subclass_of(this_class());
H A Dverifier.hpp271 instanceKlassHandle this_class, klassOop target_class,
H A Dverifier.cpp1928 bool ClassVerifier::is_protected_access(instanceKlassHandle this_class,
1936 if (!this_class->is_subclass_of(target_class)) {
1945 if (!this_class->is_same_class_package(m->method_holder())) {
1952 if (!this_class->is_same_class_package(member_klass)) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_UNIXToolkit.c41 static jclass this_class = NULL; variable
96 if (this_class == NULL) {
97 this_class = (*env)->NewGlobalRef(env,
99 icon_upcall_method = (*env)->GetMethodID(env, this_class,
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c2255 CrwCpoolIndex this_class; local
2304 this_class = copyU2(ci);
2306 cs = cpool_entry(ci, (CrwCpoolIndex)(cpool_entry(ci, this_class).index1));
2481 CrwCpoolIndex this_class; local
2514 this_class = readU2(&ci); /* 'this' class */
2517 cs = cpool_entry(&ci, (CrwCpoolIndex)(cpool_entry(&ci, this_class).index1));
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java193 if (ref.class_index == classFile.this_class)

Completed in 53 milliseconds