Home | History | Annotate | Download | only in x87

Lines Matching refs:constant_key

4257     int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4260 if (constant_key >= constant_capacity) {
4265 int32_t constant_key = ToInteger32(LConstantOperand::cast(key));
4266 __ cmp(ToOperand(current_capacity), Immediate(constant_key));
4301 LConstantOperand* constant_key = LConstantOperand::cast(key);
4302 int32_t int_key = ToInteger32(constant_key);