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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1648 int ClassFileParser::skip_annotation(u1* buffer, int limit, int index) { function in class:ClassFileParser
1691 index = skip_annotation(buffer, limit, index);
1725 index = skip_annotation(buffer, limit, index);

Completed in 49 milliseconds