Lines Matching defs:constant
162 Smi constant = Smi::FromInt(iterator_.GetImmediateOperand(0));
163 ValueNode* right = AddNewNode<SmiConstant>({}, constant);
214 int32_t constant = iterator_.GetImmediateOperand(0);
217 if (constant == 0) {
223 // a constant and avoid a register move.
224 ValueNode* right = AddNewNode<Int32Constant>({}, constant);
245 Smi constant = Smi::FromInt(iterator_.GetImmediateOperand(0));
246 SetAccumulator(AddNewNode<SmiConstant>({}, constant));
340 // Load from constant/undefined global property can be constant-folded.
607 // The undefined constant node has to be created before the call node.
634 // The undefined constant node has to be created before the call node.