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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3267 int next_static_short_offset; local
3292 next_static_short_offset = next_static_word_offset +
3294 next_static_byte_offset = next_static_short_offset +
3497 real_offset = next_static_short_offset;
3498 next_static_short_offset += BytesPerShort;

Completed in 44 milliseconds