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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp176 typeArrayHandle* method_default_annotations,
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
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2055 typeArrayHandle method_default_annotations(THREAD,
2057 if (method_default_annotations.is_null()
2058 || method_default_annotations->length() == 0) {
2063 int byte_i = 0; // byte index into method_default_annotations
2066 method_default_annotations, byte_i, THREAD)) {

Completed in 300 milliseconds