Home | History | Annotate | Download | only in compiler

Lines Matching refs:check0

1465   Node* check0 = ObjectIsSmi(value);
1466 __ GotoIfNot(check0, &if_not_smi);
1584 Node* check0 = __ Int32LessThan(zero, rhs);
1585 __ GotoIfNot(check0, &if_not_positive);
1698 Node* check0 = __ Int32LessThanOrEqual(rhs, zero);
1699 __ GotoIf(check0, &if_rhs_not_positive);
2376 Node* check0 = ObjectIsSmi(value);
2377 __ GotoIf(check0, &if_primitive);
3126 Node* check0 = __ Uint32LessThanOrEqual(code, __ Uint32Constant(0xFFFF));
3127 __ GotoIfNot(check0, &if_not_single_code);
3510 Node* check0 = ObjectIsSmi(value);
3511 __ GotoIfNot(check0, &if_not_smi);
3536 Node* check0 = ObjectIsSmi(value);
3537 __ GotoIfNot(check0, &if_not_smi);
4466 Node* check0 = __ Float64LessThan(zero, input);
4467 __ GotoIfNot(check0, &if_not_positive);
4554 Node* check0 = __ Float64LessThan(zero, input);
4555 __ GotoIfNot(check0, &if_not_positive);
4640 Node* check0 = __ Float64LessThan(temp1, half);
4641 __ GotoIf(check0, &done, value);
4699 Node* check0 = __ Float64LessThan(zero, input);
4700 __ GotoIfNot(check0, &if_not_positive);