• Home
  • Raw
  • Download

Lines Matching refs:GotoIf

185     GotoIf(IsNullOrUndefined(initial_entries), &exit);  in AddConstructorEntries()
256 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &exit); in AddConstructorEntriesFromFastJSArray()
430 GotoIf(IsUndefined(new_target), &if_undefined); in GenerateConstructor()
452 GotoIf(TaggedIsSmi(add_func), &if_notcallable); in GetAddFunction()
528 GotoIf(TaggedIsSmi(obj), if_cannot_be_weak_key); in GotoIfCannotBeWeakKey()
533 GotoIf(IsJSSharedStructInstanceType(instance_type), if_cannot_be_weak_key); in GotoIfCannotBeWeakKey()
785 GotoIf(IntPtrEqual(var_entry.value(), in FindOrderedHashTableEntry()
940 GotoIf(TaggedEqual(candidate_key, key_smi), if_same); in SameValueZeroSmi()
944 GotoIf(TaggedIsSmi(candidate_key), if_not_same); in SameValueZeroSmi()
954 GotoIf(Float64Equal(candidate_key_number, key_number), if_same); in SameValueZeroSmi()
977 GotoIf(TaggedIsSmi(iterator), if_false); in BranchIfIterableWithOriginalKeyOrValueMapIterator()
980 GotoIf(InstanceTypeEqual(instance_type, JS_MAP_KEY_ITERATOR_TYPE), in BranchIfIterableWithOriginalKeyOrValueMapIterator()
1034 GotoIf(TaggedIsSmi(iterable), if_false); in BranchIfIterableWithOriginalValueSetIterator()
1038 GotoIf(InstanceTypeEqual(instance_type, JS_SET_TYPE), &if_set); in BranchIfIterableWithOriginalValueSetIterator()
1246 GotoIf(InstanceTypeEqual(instance_type, JS_SET_TYPE), &done); in SetOrSetIteratorToList()
1378 GotoIf(TaggedIsSmi(candidate_key), if_not_same); in SameValueZeroString()
1390 GotoIf(TaggedIsSmi(candidate_key), if_not_same); in SameValueZeroBigInt()
1404 GotoIf(TaggedIsSmi(candidate_key), &if_smi); in SameValueZeroHeapNumber()
1411 GotoIf(Float64Equal(key_float, candidate_float), if_same); in SameValueZeroHeapNumber()
1447 GotoIf(IntPtrEqual(number_of_deleted_elements, in TF_BUILTIN()
1463 GotoIf(SmiGreaterThanOrEqual(removed_index, index), &return_index); in TF_BUILTIN()
1499 GotoIf(TaggedIsSmi(next_table), &done_loop); in Transition()
1626 GotoIf(TaggedIsSmi(key), &done); in NormalizeNumberKey()
1670 GotoIf(IntPtrGreaterThan(entry_start_position_or_hash.value(), in TF_BUILTIN()
1695 GotoIf(IntPtrLessThan(occupancy.value(), capacity), &store_new_entry); in TF_BUILTIN()
1806 GotoIf(SmiLessThan(SmiAdd(number_of_elements, number_of_elements), in TF_BUILTIN()
1842 GotoIf(IntPtrGreaterThan(entry_start_position_or_hash.value(), in TF_BUILTIN()
1867 GotoIf(IntPtrLessThan(occupancy.value(), capacity), &store_new_entry); in TF_BUILTIN()
1970 GotoIf(SmiLessThan(SmiAdd(number_of_elements, number_of_elements), in TF_BUILTIN()
2012 GotoIf(TaggedIsSmi(callback), &callback_not_callable); in TF_BUILTIN()
2085 GotoIf(TaggedIsSmi(maybe_receiver), &if_receiver_invalid); in TF_BUILTIN()
2088 GotoIf( in TF_BUILTIN()
2091 GotoIf(InstanceTypeEqual(receiver_instance_type, JS_MAP_KEY_ITERATOR_TYPE), in TF_BUILTIN()
2124 GotoIf(InstanceTypeEqual(receiver_instance_type, JS_MAP_KEY_ITERATOR_TYPE), in TF_BUILTIN()
2169 GotoIf(TaggedIsSmi(key), &if_key_smi); in TF_BUILTIN()
2174 GotoIf(IsStringInstanceType(key_instance_type), &if_key_string); in TF_BUILTIN()
2175 GotoIf(IsHeapNumberMap(key_map), &if_key_heap_number); in TF_BUILTIN()
2176 GotoIf(IsBigIntInstanceType(key_instance_type), &if_key_bigint); in TF_BUILTIN()
2248 GotoIf(TaggedIsSmi(callback), &callback_not_callable); in TF_BUILTIN()
2306 GotoIf(TaggedIsSmi(maybe_receiver), &if_receiver_invalid); in TF_BUILTIN()
2309 GotoIf(InstanceTypeEqual(receiver_instance_type, JS_SET_VALUE_ITERATOR_TYPE), in TF_BUILTIN()
2376 GotoIf(TaggedIsSmi(key), &if_key_smi); in TryLookupOrderedHashTableIndex()
2381 GotoIf(IsStringInstanceType(key_instance_type), &if_key_string); in TryLookupOrderedHashTableIndex()
2382 GotoIf(IsHeapNumberMap(key_map), &if_key_heap_number); in TryLookupOrderedHashTableIndex()
2383 GotoIf(IsBigIntInstanceType(key_instance_type), &if_key_bigint); in TryLookupOrderedHashTableIndex()
2590 GotoIf(Word32Or(IsTheHole(entry_key), IsUndefined(entry_key)), if_found); in FindKeyIndexForInsertion()
2601 GotoIf(IsUndefined(entry_key), if_not_found); in FindKeyIndexForKey()
2602 GotoIf(TaggedEqual(entry_key, key), if_same); in FindKeyIndexForKey()
2760 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_undefined); in TF_BUILTIN()
2782 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); in TF_BUILTIN()
2808 GotoIf(ShouldShrink(capacity, number_of_elements), &call_runtime); in TF_BUILTIN()
2855 GotoIf(Word32Or(ShouldRehash(number_of_elements, number_of_deleted), in TF_BUILTIN()
2946 GotoIf(TaggedEqual(index, SmiConstant(-1)), &return_false); in TF_BUILTIN()