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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1823 typeArrayHandle* method_annotations,
2322 *method_annotations = assemble_annotations(runtime_visible_annotations,
2369 typeArrayHandle method_annotations; local
2386 &method_annotations,
2394 if (method_annotations.not_null()) {
2399 methods_annotations->obj_at_put(index, method_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 49 milliseconds