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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1825 typeArrayHandle* method_default_annotations,
2332 *method_default_annotations = assemble_annotations(annotation_default,
2371 typeArrayHandle method_default_annotations; local
2388 &method_default_annotations,
2408 if (method_default_annotations.not_null()) {
2413 methods_default_annotations->obj_at_put(index, method_default_annotations());
1821 parse_method(constantPoolHandle cp, bool is_interface, AccessFlags *promoted_flags, typeArrayHandle* method_annotations, typeArrayHandle* method_parameter_annotations, typeArrayHandle* method_default_annotations, TRAPS) argument

Completed in 38 milliseconds