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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileStream.hpp100 u4 get_u4_fast() { function in class:ClassFileStream
H A DclassFileParser.cpp199 u4 bytes = cfs->get_u4_fast();
206 u4 bytes = cfs->get_u4_fast();
924 u4 attribute_length = cfs->get_u4_fast();
1921 u4 method_attribute_length = cfs->get_u4_fast();
1951 code_length = cfs->get_u4_fast();
2000 u4 code_attribute_length = cfs->get_u4_fast();
2748 u4 attribute_length = cfs->get_u4_fast();
3004 u4 magic = cfs->get_u4_fast();

Completed in 46 milliseconds