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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp116 u2 name_index = cfs->get_u2_fast();
123 u2 class_index = cfs->get_u2_fast();
124 u2 name_and_type_index = cfs->get_u2_fast();
131 u2 class_index = cfs->get_u2_fast();
132 u2 name_and_type_index = cfs->get_u2_fast();
139 u2 class_index = cfs->get_u2_fast();
140 u2 name_and_type_index = cfs->get_u2_fast();
147 u2 string_index = cfs->get_u2_fast();
166 u2 method_index = cfs->get_u2_fast();
170 u2 signature_index = cfs->get_u2_fast();
[all...]
H A DclassFileStream.hpp92 u2 get_u2_fast() { function in class:ClassFileStream

Completed in 107 milliseconds