Lines Matching refs:one
464 // branch folding optimizations (i.e. because one or more inputs to the Phi is
656 // There should be at most one effect phi in a block.
816 // If the node takes an effect, replace with the current one.
1806 // Check that the {value}s feedback vector cell matches the one
2207 // Since smi tagging shifts left by one, it's the same as adding value twice.
2221 // Since smi tagging shifts left by one, it's the same as adding value twice.
2235 Node* one = __ Int32Constant(1);
2236 Node* msk = __ Int32Sub(rhs, one);
3181 Node* one = __ Int32Constant(1);
3186 __ GotoIf(ObjectIsSmi(object), &done, one);
3214 Node* one = __ Int32Constant(1);
3219 __ GotoIf(ObjectIsSmi(object), &done, one);
3257 Node* one = __ Int32Constant(1);
3262 __ GotoIf(ObjectIsSmi(object), &done, one);
3718 // If both {first} and {second} are one-byte strings, we
4042 // Check if the {code} is a one byte character
4166 // Check if the {code} is a one byte character
5378 Node* one = __ IntPtrConstant(1);
5391 __ GotoIfNot(__ IntPtrEqual(__ WordAnd(index, one), zero), &if_double);
5394 // to the left by one in the code below.
5429 index = __ WordSar(index, one);
6224 Node* const one = __ Float64Constant(1.0);
6234 __ Goto(&done, __ Float64Add(temp1, one));
6256 __ Goto(&done_temp3, __ Float64Sub(temp2, one));
6320 Node* const one = __ Float64Constant(1.0);
6323 __ Goto(&done, __ Float64Sub(temp1, one));
6403 Node* const one = __ Float64Constant(1.0);
6406 __ Goto(&done, __ Float64Add(value, one));
6412 __ Goto(&done, __ Float64Add(value, one));
6457 Node* const one = __ Float64Constant(1.0);
6467 __ Goto(&done, __ Float64Sub(temp1, one));
6489 __ Goto(&done_temp3, __ Float64Sub(temp2, one));