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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp134 assert_params_ok(from, to, LogBytesPerShort);
176 assert_params_ok(from, to, LogBytesPerShort);
H A DglobalDefinitions.hpp50 const int LogBytesPerShort = 1; variable
59 const int BytesPerShort = 1 << LogBytesPerShort;
65 const int LogBitsPerShort = LogBitsPerByte + LogBytesPerShort;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp642 __ index_check(O2, Otos_i, LogBytesPerShort, G3_scratch, O3);
652 __ index_check(O2, Otos_i, LogBytesPerShort, G3_scratch, O3);
661 __ index_check(O2, Otos_i, LogBytesPerShort, G3_scratch, O3);
949 __ index_check(O3, O2, LogBytesPerShort, G3_scratch, O2);
H A DstubGenerator_sparc.cpp1970 __ sllx(count, LogBytesPerShort, byte_count);
2888 __ delayed()->srax(O2_count, LogBytesPerShort, O2_count);
3128 __ cmp(G3_elsize, LogBytesPerShort);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1629 __ shrptr(count, LogBytesPerShort); // size => short_count
1878 __ cmpl(rdi_elsize, LogBytesPerShort);
H A DstubGenerator_x86_64.cpp2477 __ shrptr(size, LogBytesPerShort); // size => short_count
2724 __ cmpl(rax_elsize, LogBytesPerShort);

Completed in 75 milliseconds