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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp159 times_4 = 2, enumerator in enum:VALUE_OBJ_CLASS_SPEC::ScaleFactor
161 times_ptr = LP64_ONLY(times_8) NOT_LP64(times_4)
166 if (size == 4) return times_4;
174 (1 << (int)times_4) == 4 &&
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp497 times_4 = 2, enumerator in enum:LIR_Address::Scale

Completed in 70 milliseconds