Searched defs:attribute_length (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttribute.java142 attribute_length = length;
152 return 6 + attribute_length;
156 public final int attribute_length; field in class:Attribute
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp913 u4 attribute_length() const { function in class:stack_map_table_attribute
H A DclassFileParser.cpp922 cfs->guarantee_more(6, CHECK); // attribute_name_index, attribute_length
924 u4 attribute_length = cfs->get_u4_fast(); local
937 attribute_length == 2,
939 attribute_length, CHECK);
945 if (attribute_length != 0) {
948 attribute_length, CHECK);
952 if (attribute_length != 0) {
955 attribute_length, CHECK);
959 if (attribute_length != 2) {
962 attribute_length, CHEC
2748 u4 attribute_length = cfs->get_u4_fast(); local
[all...]

Completed in 44 milliseconds