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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1824 typeArrayHandle* method_parameter_annotations,
2327 *method_parameter_annotations = assemble_annotations(runtime_visible_parameter_annotations,
2370 typeArrayHandle method_parameter_annotations; local
2387 &method_parameter_annotations,
2401 if (method_parameter_annotations.not_null()) {
2406 methods_parameter_annotations->obj_at_put(index, method_parameter_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