Home | History | Annotate | Download | only in x87

Lines Matching defs:constant_key

4144     int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4147 if (constant_key >= constant_capacity) {
4152 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4153 __ cmp(ToOperand(current_capacity), Immediate(constant_key));
4188 LConstantOperand* constant_key = LConstantOperand::cast(key);
4189 int32_t int_key = ToInteger32(constant_key);