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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp226 int skip_annotation_value(u1* buffer, int limit, int index);
H A DclassFileParser.cpp1656 index = skip_annotation_value(buffer, limit, index);
1662 int ClassFileParser::skip_annotation_value(u1* buffer, int limit, int index) { function in class:ClassFileParser
1686 index = skip_annotation_value(buffer, limit, index);

Completed in 40 milliseconds