Searched defs:round_to_unit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2942 int round_to_unit = ((HeapWordsPerLong > 1) ? BytesPerLong : 0); local
2944 if (round_to_unit != 0) {
2946 itb_offset += round_to_unit - wordSize;
2951 if (round_to_unit != 0) {
2956 and3(scan_temp, -round_to_unit, scan_temp);

Completed in 48 milliseconds