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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp160 times_8 = 3, enumerator in enum:VALUE_OBJ_CLASS_SPEC::ScaleFactor
161 times_ptr = LP64_ONLY(times_8) NOT_LP64(times_4)
165 if (size == 8) return times_8;
175 (1 << (int)times_8) == 8), "");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp498 times_8 = 3 enumerator in enum:LIR_Address::Scale

Completed in 52 milliseconds