Lines Matching refs:check1
1975 Node* check1 = __ TaggedEqual(value_map, __ HeapNumberMapConstant());
1977 check1, frame_state);
2017 Node* check1 = __ TaggedEqual(value_map, __ BooleanMapConstant());
2019 FeedbackSource(), check1, frame_state);
3392 Node* check1 = __ Uint32LessThanOrEqual(
3394 __ GotoIfNot(check1, &if_primitive);
4043 Node* check1 = __ Uint32LessThanOrEqual(
4045 __ GotoIfNot(check1, &if_not_one_byte);
4167 Node* check1 = __ Uint32LessThanOrEqual(
4169 __ GotoIfNot(check1, &if_not_one_byte);
4688 Node* check1 = ObjectIsSmi(to_number);
4689 __ GotoIf(check1, &if_to_number_smi);
4715 Node* check1 = ObjectIsSmi(to_number);
4716 __ GotoIf(check1, &if_to_number_smi);
6229 Node* check1 = __ Float64LessThanOrEqual(two_52, input);
6230 __ GotoIf(check1, &if_greater_than_two_52);
6243 Node* check1 = __ Float64Equal(input, zero);
6244 __ GotoIf(check1, &if_zero);
6317 Node* check1 = __ Float64LessThanOrEqual(two_52, input);
6318 __ GotoIf(check1, &if_greater_than_two_52);
6332 Node* check1 = __ Float64Equal(input, zero);
6333 __ GotoIf(check1, &if_zero);
6404 Node* check1 = __ Float64LessThan(half, temp1);
6405 __ GotoIfNot(check1, &if_is_half);
6462 Node* check1 = __ Float64LessThanOrEqual(two_52, input);
6463 __ GotoIf(check1, &if_greater_than_two_52);
6476 Node* check1 = __ Float64Equal(input, zero);
6477 __ GotoIf(check1, &if_zero);