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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp191 typeArrayOop annotation_default() const { return instanceKlass::cast(method_holder())->get_method_default_annotations_of(method_idnum()); } function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1913 u1* annotation_default = NULL; local
2150 annotation_default = cfs->get_u1_buffer();
2151 assert(annotation_default != NULL, "null annotation default");
2332 *method_default_annotations = assemble_annotations(annotation_default,
H A DjavaClasses.cpp1927 oop java_lang_reflect_Method::annotation_default(oop method) { function in class:java_lang_reflect_Method

Completed in 91 milliseconds