Lines Matching refs:GotoIfNot
126 GotoIfNot(IsJSTypedArrayMap(typed_array_map), &throw_not_typed_array);
661 GotoIfNot(IsUndefined(start_from), &call_runtime);
773 GotoIfNot(TaggedIsSmi(search_element), ¬_smi);
782 GotoIfNot(IsHeapNumberMap(map), ¬_heap_num);
794 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
807 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
827 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
831 GotoIfNot(TaggedIsSmi(element_k), &element_k_not_smi);
836 GotoIfNot(IsHeapNumber(CAST(element_k)), &continue_loop);
850 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
855 GotoIfNot(IsHeapNumber(CAST(element_k)), &continue_loop);
874 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
881 GotoIfNot(IsStringInstanceType(element_k_type), &continue_loop);
902 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
909 GotoIfNot(IsBigInt(CAST(element_k)), &continue_loop);
946 GotoIfNot(TaggedIsSmi(search_element), &search_notnan);
951 GotoIfNot(IsHeapNumber(CAST(search_element)), &return_not_found);
961 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
976 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
1014 GotoIfNot(TaggedIsSmi(search_element), &search_notnan);
1022 GotoIfNot(IsHeapNumber(CAST(search_element)), &return_not_found);
1032 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
1051 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
1067 GotoIfNot(UintPtrLessThan(index_var.value(), array_length_untagged),
1246 GotoIfNot(Uint32LessThan(index32, length32), &set_done);
1270 GotoIfNot(IsPrototypeInitialArrayPrototype(context, array_map),
1344 GotoIfNot(UintPtrLessThan(index_uintptr, length),
1431 GotoIfNot(IsTrue(exists), &next);
1459 GotoIfNot(IsJSProxy(element), &if_noflatten);
1624 GotoIfNot(IsCallable(CAST(mapper_function)), &if_not_callable);
1709 GotoIfNot(Word32Equal(elements_kind, Int32Constant(kind)), &next);
1778 GotoIfNot(Word32Equal(var_elements_kind.value(), Int32Constant(kind)),
1801 GotoIfNot(IntPtrEqual(args.GetLengthWithoutReceiver(), IntPtrConstant(0)),
1806 GotoIfNot(IntPtrEqual(args.GetLengthWithoutReceiver(), IntPtrConstant(1)),