Searched refs:type_index (Results 1 - 11 of 11) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java63 public int type_index = Integer.MIN_VALUE; field in class:TypeAnnotationPosition
133 sb.append(", type_index = ");
134 sb.append(type_index);
138 sb.append(", type_index = ");
139 sb.append(type_index);
156 sb.append(", type_index = ");
157 sb.append(type_index);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAnnotation.java47 type_index = cr.readUnsignedShort();
55 int type_index,
57 this.type_index = type_index;
63 int n = 2 /*type_index*/ + 2 /*num_element_value_pairs*/;
69 public final int type_index; field in class:Annotation
54 Annotation(ConstantPool constant_pool, int type_index, element_value_pair[] element_value_pairs) argument
H A DConstantPool.java790 type_index = cr.readUnsignedShort();
793 public CONSTANT_NameAndType_info(ConstantPool cp, int name_index, int type_index) { argument
796 this.type_index = type_index;
812 return cp.getUTF8Value(type_index);
821 return "CONSTANT_NameAndType_info[name_index: " + name_index + ", type_index: " + type_index + "]";
825 public final int type_index; field in class:ConstantPool.CONSTANT_NameAndType_info
H A DClassWriter.java283 out.writeShort(info.type_index);
652 out.writeShort(anno.type_index);
H A DClassTranslator.java340 info2 = new CONSTANT_NameAndType_info(cp2, info.name_index, info.type_index);
H A DDependencies.java651 new Signature(info.type_index).getType(constant_pool).accept(this, null);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java66 writeDescriptor(annot.type_index, resolveIndices);
H A DConstantWriter.java113 print("#" + info.name_index + ":#" + info.type_index);
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java144 String annType = cp.getUTF8Value(ann.type_index);
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java172 if (cp.getUTF8Value(a.type_index).equals("L" + annotName + ";")) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1643 // u2 type_index;
1660 u2 type_index = rewrite_cp_ref_in_annotation_data(annotations_typeArray, local
1661 byte_i_ref, "mapped old type_index=%d", THREAD);
1669 ("type_index=%d num_element_value_pairs=%d", type_index,

Completed in 242 milliseconds