Home | History | Annotate | Download | only in ia32

Lines Matching defs:constant_key

3932     int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3935 if (constant_key >= constant_capacity) {
3940 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
3941 __ cmp(ToOperand(current_capacity), Immediate(constant_key));
3976 LConstantOperand* constant_key = LConstantOperand::cast(key);
3977 int32_t int_key = ToInteger32(constant_key);