Home | History | Annotate | Download | only in ia32

Lines Matching defs:constant_key

3807     int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3810 if (constant_key >= constant_capacity) {
3815 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3816 __ cmp(ToOperand(current_capacity), Immediate(constant_key));
3851 LConstantOperand* constant_key = LConstantOperand::cast(key);
3852 int32_t int_key = ToInteger32(constant_key);