Searched refs:_in_method (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp88 enum Location { _in_field, _in_method, _in_class }; enumerator in enum:VALUE_OBJ_CLASS_SPEC::AnnotationCollector::Location
122 MethodAnnotationCollector() : AnnotationCollector(_in_method) { }
H A DclassFileParser.cpp1772 if (_location != _in_method) break; // only allow for methods
1775 if (_location != _in_method) break; // only allow for methods
1778 if (_location != _in_method) break; // only allow for methods
1781 if (_location != _in_method) break; // only allow for methods

Completed in 62 milliseconds