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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DFieldOrMethod.java38 private int attributes_count; // No. of attributes field in class:FieldOrMethod
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1554 const u2 attributes_count = cfs->get_u2_fast(); local
1225 parse_field_attributes(const ClassFileStream* const cfs, u2 attributes_count, bool is_static, u2 signature_index, u2* const constantvalue_index_addr, bool* const is_synthetic_addr, u2* const generic_signature_index_addr, ClassFileParser::FieldAnnotationCollector* parsed_annotations, TRAPS) argument
3264 u2 attributes_count = cfs->get_u2_fast(); local
[all...]

Completed in 119 milliseconds