Lines Matching defs:check0
1969 Node* check0 = ObjectIsSmi(value);
1970 __ GotoIfNot(check0, &if_not_smi);
2011 Node* check0 = __ Uint32LessThanOrEqual(__ Uint32Constant(ODDBALL_TYPE),
2014 FeedbackSource(), check0, frame_state);
2294 Node* check0 = __ Int32LessThanOrEqual(rhs, zero);
2295 __ GotoIf(check0, &if_rhs_not_positive);
3385 Node* check0 = ObjectIsSmi(value);
3386 __ GotoIf(check0, &if_primitive);
4162 Node* check0 = __ Uint32LessThanOrEqual(code, __ Uint32Constant(0xFFFF));
4163 __ GotoIfNot(check0, &if_not_single_code);
4680 Node* check0 = ObjectIsSmi(value);
4681 __ GotoIfNot(check0, &if_not_smi);
4707 Node* check0 = ObjectIsSmi(value);
4708 __ GotoIfNot(check0, &if_not_smi);
6226 Node* check0 = __ Float64LessThan(zero, input);
6227 __ GotoIfNot(check0, &if_not_positive);
6314 Node* check0 = __ Float64LessThan(zero, input);
6315 __ GotoIfNot(check0, &if_not_positive);
6400 Node* check0 = __ Float64LessThan(temp1, half);
6401 __ GotoIf(check0, &done, value);
6459 Node* check0 = __ Float64LessThan(zero, input);
6460 __ GotoIfNot(check0, &if_not_positive);