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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp986 *field_annotations = assemble_annotations(runtime_visible_annotations,
2322 *method_annotations = assemble_annotations(runtime_visible_annotations,
2327 *method_parameter_annotations = assemble_annotations(runtime_visible_parameter_annotations,
2332 *method_default_annotations = assemble_annotations(annotation_default,
2855 typeArrayHandle annotations = assemble_annotations(runtime_visible_annotations,
2900 typeArrayHandle ClassFileParser::assemble_annotations(u1* runtime_visible_annotations, function in class:ClassFileParser

Completed in 58 milliseconds