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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1185 parsed_annotations.apply_to(field);
1788 void ClassFileParser::FieldAnnotationCollector::apply_to(FieldInfo* f) { function in class:ClassFileParser::FieldAnnotationCollector
1792 void ClassFileParser::MethodAnnotationCollector::apply_to(methodHandle m) { function in class:ClassFileParser::MethodAnnotationCollector
1803 void ClassFileParser::ClassAnnotationCollector::apply_to(instanceKlassHandle k) { function in class:ClassFileParser::ClassAnnotationCollector
2321 parsed_annotations.apply_to(m);
3677 parsed_annotations.apply_to(this_klass);

Completed in 49 milliseconds