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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3295 (fac.count[STATIC_SHORT] * BytesPerShort);
3343 (nonstatic_short_count * BytesPerShort);
3436 while( length >= BytesPerShort && nonstatic_short_count > 0 ) {
3439 length -= BytesPerShort;
3440 offset += BytesPerShort;
3465 (nonstatic_short_count * BytesPerShort);
3498 next_static_short_offset += BytesPerShort;
3548 nonstatic_short_space_offset += BytesPerShort;
3552 next_nonstatic_short_offset += BytesPerShort;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp453 length_limit = 1 + 1 + (3*BytesPerWord/BytesPerShort) + 1,
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp59 const int BytesPerShort = 1 << LogBytesPerShort; variable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2884 __ btst(BytesPerShort-1, G1_bits);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1625 __ testl(bits, BytesPerShort-1);
H A DstubGenerator_x86_64.cpp2473 __ testb(bits, BytesPerShort-1);

Completed in 90 milliseconds