Searched refs:Object_variable_info (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh71 // objects of subtype Object_variable_info into the StackMapTable.
76 // cpool_index in the Object_variable_info has to be updated
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DStackMapTable_attribute.java331 return new Object_variable_info(cr);
352 public static class Object_variable_info extends verification_type_info { class in class:StackMapTable_attribute
353 Object_variable_info(ClassReader cr) throws IOException { method in class:StackMapTable_attribute.Object_variable_info
H A DClassWriter.java625 Object_variable_info o = (Object_variable_info) info;
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DStackMapWriter.java185 ConstantPool.CONSTANT_Class_info class_info = cp.getClassInfo(((Object_variable_info) entry).cpool_index);
H A DAttributeWriter.java594 constantWriter.write(((StackMapTable_attribute.Object_variable_info) info).cpool_index);

Completed in 28 milliseconds