Searched defs:const_value_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAnnotation.java131 const_value_index = cr.readUnsignedShort();
143 public final int const_value_index; field in class:Annotation.Primitive_element_value
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1734 // u2 const_value_index;
1778 // value.const_value_index is right union field.
1781 // not enough room for a const_value_index
1783 ("length() is too small for a const_value_index"));
1787 u2 const_value_index = rewrite_cp_ref_in_annotation_data( local
1789 "mapped old const_value_index=%d", THREAD);
1792 ("const_value_index=%d", const_value_index));

Completed in 50 milliseconds