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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp910 ClassFileParser::FieldAnnotationCollector* parsed_annotations,
1151 FieldAnnotationCollector parsed_annotations; local
1158 &parsed_annotations,
1184 if (parsed_annotations.has_any_annotations())
1185 parsed_annotations.apply_to(field);
1904 MethodAnnotationCollector parsed_annotations; local
2131 parse_annotations(runtime_visible_annotations, runtime_visible_annotations_length, cp, &parsed_annotations, CHECK_(nullHandle));
2320 if (parsed_annotations.has_any_annotations())
2321 parsed_annotations.apply_to(m);
2725 ClassFileParser::ClassAnnotationCollector* parsed_annotations,
903 parse_field_attributes(constantPoolHandle cp, u2 attributes_count, bool is_static, u2 signature_index, u2* constantvalue_index_addr, bool* is_synthetic_addr, u2* generic_signature_index_addr, typeArrayHandle* field_annotations, ClassFileParser::FieldAnnotationCollector* parsed_annotations, TRAPS) argument
2724 parse_classfile_attributes(constantPoolHandle cp, ClassFileParser::ClassAnnotationCollector* parsed_annotations, TRAPS) argument
3183 ClassAnnotationCollector parsed_annotations; local
[all...]

Completed in 47 milliseconds