HomeSort by relevance Sort by last modified time
    Searched full:m_attribute_length (Results 1 - 8 of 8) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 177 out.writeU4 (length () - 6); // don't use m_attribute_length
186 //m_attribute_length = bytes.readU4 ();
193 m_attribute_length = attribute_length;
197 protected long m_attribute_length; // excluding the 6-byte header field in class:Attribute_info
GenericAttribute_info.java 56 return "generic attribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
94 m_info = new byte [(int) m_attribute_length];
BridgeAttribute_info.java 47 return "BridgeAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
ConstantValueAttribute_info.java 92 return "ConstantValueAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
ExceptionsAttribute_info.java 79 return "ExceptionsAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
SourceFileAttribute_info.java 57 return "SourceFileAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
SyntheticAttribute_info.java 64 return "SyntheticValueAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']';
CodeAttribute_info.java 147 s.append ("CodeAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + "]" + eol);

Completed in 34 milliseconds