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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp909 typeArrayHandle* field_annotations,
986 *field_annotations = assemble_annotations(runtime_visible_annotations,
1117 typeArrayHandle field_annotations; local
1157 &generic_signature_index, &field_annotations,
1160 if (field_annotations.not_null()) {
1165 (*fields_annotations)->obj_at_put(n, field_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

Completed in 49 milliseconds