Lines Matching refs:WordEqual

247     return WordEqual(value, name##Constant());                    \
357 return WordEqual( in WordIsPowerOfTwo()
359 WordEqual(value, IntPtrConstant(0)), in WordIsPowerOfTwo()
583 return WordEqual(value, ChangeInt32ToIntPtr(TruncateIntPtrToInt32(value))); in IsValidSmi()
900 GotoIf(WordEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv()
905 Branch(WordEqual(dividend, SmiConstant(0)), &dividend_is_zero, in TrySmiDiv()
952 return WordEqual(WordAnd(BitcastTaggedToWord(a), IntPtrConstant(kSmiTagMask)), in TaggedIsSmi()
957 return WordEqual( in TaggedIsSmi()
969 return WordEqual(WordAnd(BitcastTaggedToWord(a), in TaggedIsPositiveSmi()
975 return WordEqual(IntPtrConstant(0), in WordIsWordAligned()
1034 GotoIf(WordEqual(prototype_elements, empty_fixed_array), &loop_body); in BranchIfPrototypesHaveNoElements()
1035 Branch(WordEqual(prototype_elements, empty_slow_element_dictionary), in BranchIfPrototypesHaveNoElements()
1079 WordEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in IsFastJSArrayWithNoCustomIteration()
1335 GotoIf(WordEqual(value, FalseConstant()), if_false); in BranchIfToBooleanIsTrue()
1379 Branch(WordEqual(result, TrueConstant()), if_true, if_false); in BranchIfToBooleanIsTrue()
1656 GotoIfNot(WordEqual(LoadMap(CAST(prototype_info.value())), in LoadMapPrototypeInfo()
1830 GotoIf(WordEqual(BitcastMaybeObjectToWord(maybe_object), in DispatchMaybeObject()
1835 GotoIf(WordEqual(WordAnd(BitcastMaybeObjectToWord(maybe_object), in DispatchMaybeObject()
1855 return WordEqual(WordAnd(BitcastMaybeObjectToWord(value), in IsStrongHeapObject()
1868 return WordEqual(WordAnd(BitcastMaybeObjectToWord(value), in IsWeakOrClearedHeapObject()
1875 return WordEqual(BitcastMaybeObjectToWord(value), in IsClearedWeakHeapObject()
1901 return WordEqual(WordAnd(BitcastMaybeObjectToWord(object), in IsWeakReferenceTo()
1908 return WordEqual(BitcastMaybeObjectToWord(object), in IsStrongReferenceTo()
2087 GotoIf(WordEqual(var_high.value(), IntPtrConstant(0)), &high_zero); in LoadFixedBigInt64ArrayElementAsTagged()
2092 Branch(WordEqual(var_low.value(), IntPtrConstant(0)), &if_zero, in LoadFixedBigInt64ArrayElementAsTagged()
2103 Branch(WordEqual(var_low.value(), IntPtrConstant(0)), &no_carry, &carry); in LoadFixedBigInt64ArrayElementAsTagged()
2111 Branch(WordEqual(var_high.value(), IntPtrConstant(0)), in LoadFixedBigInt64ArrayElementAsTagged()
2175 GotoIf(WordEqual(high, IntPtrConstant(0)), &high_zero); in LoadFixedBigUint64ArrayElementAsTagged()
2182 GotoIf(WordEqual(low, IntPtrConstant(0)), &if_zero); in LoadFixedBigUint64ArrayElementAsTagged()
2424 Branch(WordEqual(var_result.value(), TheHoleConstant()), if_hole, &done); in LoadFixedArrayBaseElementAsTagged()
2539 GotoIf(WordEqual(LoadMap(cur_context.value()), module_map), &context_found); in LoadModuleContext()
2837 WordEqual(maybe_length, LoadRoot(Heap::klength_stringRootIndex))); in EnsureArrayLengthWritable()
3090 return Select<BoolT>(WordEqual(object, SmiConstant(0)), in IsZeroOrContext()
3581 WordEqual(var_entry.value(), IntPtrConstant(CollectionType::kNotFound)), in FindOrderedHashTableEntry()
4044 GotoIf(WordEqual(IntPtrOrSmiConstant(0, parameter_mode), capacity), &empty); in ExtractFixedArray()
4061 Branch(WordEqual(var_fixed_array_map.value(), in ExtractFixedArray()
4239 CSA_ASSERT(this, WordEqual(length, LoadAndUntagFixedArrayBaseLength(array))); in FillFixedArrayWithSmiZero()
4260 CSA_ASSERT(this, WordEqual(length, LoadAndUntagFixedArrayBaseLength(array))); in FillFixedDoubleArrayWithZero()
4347 Branch(WordEqual(var_from_offset.value(), limit_offset), &done, &decrement); in CopyFixedArrayElements()
4430 GotoIf(WordEqual(map, LoadRoot(Heap::kFixedArrayMapRootIndex)), &fixed_array); in HeapObjectToFixedArray()
4543 GotoIf(WordEqual(value, TheHoleConstant()), if_hole); in LoadElementAndPrepareForStore()
5116 GotoIf(WordEqual(value_map, BooleanMapConstant()), &done_loop); in ToThisValue()
5119 GotoIf(WordEqual(value_map, HeapNumberMapConstant()), &done_loop); in ToThisValue()
5125 GotoIf(WordEqual(value_map, SymbolMapConstant()), &done_loop); in ToThisValue()
5285 return WordEqual(cell_value, invalid); in IsNoElementsProtectorCellInvalid()
5292 return WordEqual(cell_value, invalid); in IsPromiseResolveProtectorCellInvalid()
5299 return WordEqual(cell_value, invalid); in IsPromiseThenProtectorCellInvalid()
5306 return WordEqual(cell_value, invalid); in IsArraySpeciesProtectorCellInvalid()
5313 return WordEqual(cell_value, invalid); in IsTypedArraySpeciesProtectorCellInvalid()
5320 return WordEqual(cell_value, invalid); in IsPromiseSpeciesProtectorCellInvalid()
5329 return WordEqual(proto, initial_array_prototype); in IsPrototypeInitialArrayPrototype()
5341 return WordEqual(proto_of_proto, typed_array_prototype); in IsPrototypeTypedArrayPrototype()
5357 return WordEqual(LoadMap(object), LoadRoot(Heap::kCellMapRootIndex)); in IsCell()
5718 return WordEqual(LoadMap(object), LoadRoot(Heap::kNativeContextMapRootIndex)); in IsNativeContext()
5723 return WordEqual(LoadMap(object), FixedDoubleArrayMapConstant()); in IsFixedDoubleArray()
7410 CSA_ASSERT(this, WordEqual(WordAnd(encoded_value, inverted_mask), in UpdateWord()
7533 GotoIf(WordEqual(word_result, IntPtrConstant(ResultSentinel::kNotFound)), in TryInternalizeString()
7535 GotoIf(WordEqual(word_result, IntPtrConstant(ResultSentinel::kUnsupported)), in TryInternalizeString()
7660 GotoIf(WordEqual(current, undefined), if_not_found); in NameDictionaryLookup()
7662 GotoIf(WordEqual(current, unique_name), if_found); in NameDictionaryLookup()
7686 GotoIf(WordEqual(current, undefined), if_not_found); in NameDictionaryLookup()
7689 GotoIf(WordEqual(current, unique_name), if_found); in NameDictionaryLookup()
7692 GotoIf(WordEqual(current, TheHoleConstant()), if_not_found); in NameDictionaryLookup()
7770 GotoIf(WordEqual(current, undefined), if_not_found); in NumberDictionaryLookup()
7778 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe); in NumberDictionaryLookup()
7782 GotoIf(WordEqual(current, the_hole), &next_probe); in NumberDictionaryLookup()
7970 GotoIf(WordEqual(candidate_name, unique_name), if_found); in LookupLinear()
8440 GotoIf(WordEqual(value, TheHoleConstant()), if_deleted); in LoadPropertyFromGlobalDictionary()
8696 Branch(WordEqual(element, the_hole), if_not_found, if_found); in TryLookupElement()
8933 GotoIf(WordEqual(object_prototype, prototype), &return_true); in HasInPrototypeChain()
9147 GotoIf(WordEqual(name, LoadRoot(Heap::kconstructor_stringRootIndex)), in CheckForAssociatedProtector()
9149 GotoIf(WordEqual(name, LoadRoot(Heap::kiterator_symbolRootIndex)), in CheckForAssociatedProtector()
9151 GotoIf(WordEqual(name, LoadRoot(Heap::knext_stringRootIndex)), if_protector); in CheckForAssociatedProtector()
9152 GotoIf(WordEqual(name, LoadRoot(Heap::kspecies_symbolRootIndex)), in CheckForAssociatedProtector()
9154 GotoIf(WordEqual(name, LoadRoot(Heap::kis_concat_spreadable_symbolRootIndex)), in CheckForAssociatedProtector()
9156 GotoIf(WordEqual(name, LoadRoot(Heap::kresolve_stringRootIndex)), in CheckForAssociatedProtector()
9158 GotoIf(WordEqual(name, LoadRoot(Heap::kthen_stringRootIndex)), if_protector); in CheckForAssociatedProtector()
9242 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments()
9278 GotoIf(WordEqual(result, TheHoleConstant()), bailout); in EmitKeyedSloppyArguments()
9498 GotoIf(WordEqual(length, IntPtrConstant(0)), &do_store); in EmitBigTypedArrayElementStore()
9502 GotoIf(WordEqual(length, IntPtrConstant(1)), &load_done); in EmitBigTypedArrayElementStore()
9507 GotoIf(WordEqual(sign, IntPtrConstant(0)), &do_store); in EmitBigTypedArrayElementStore()
9512 GotoIf(WordEqual(var_low.value(), IntPtrConstant(0)), &no_carry); in EmitBigTypedArrayElementStore()
9666 condition = WordEqual(key, length); in CheckForCapacityGrow()
9755 GotoIf(WordEqual(elements, EmptyFixedArrayConstant()), &done); in TransitionElementsKind()
9793 GotoIf(WordEqual(WordAnd(page_flags, in TrapAllocationMemento()
9809 GotoIf(WordEqual(memento_last_word_page, new_space_top_page), &top_check); in TrapAllocationMemento()
9814 Branch(WordEqual(object_page, memento_last_word_page), &map_check, in TrapAllocationMemento()
9830 WordEqual(memento_map, LoadRoot(Heap::kAllocationMementoMapRootIndex)), in TrapAllocationMemento()
9950 Node* first_check = WordEqual(var.value(), end_index); in BuildFastLoop()
10333 GotoIf(WordEqual(right_map, left_map), &if_right_heapnumber); in RelationalComparison()
10914 GotoIf(WordEqual(right_map, left_map), &if_notequal); in Equal()
11077 Branch(WordEqual(lhs, rhs), &if_same, &if_notsame); in StrictEqual()
11350 GotoIf(WordEqual(lhs, rhs), if_true); in BranchIfSameValue()
11704 GotoIfNot(WordEqual(inst_of_handler, function_has_instance), in InstanceOf()
12417 return WordEqual(marker_or_function, in MarkerIsFrameType()
12454 Branch(WordEqual(object_length, SmiConstant(0)), &if_no_elements, if_slow); in CheckPrototypeEnumCache()
12466 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &loop, if_slow); in CheckPrototypeEnumCache()
12478 Branch(WordEqual(receiver_enum_length, in CheckEnumCache()
12488 GotoIfNot(WordEqual(length, SmiConstant(0)), if_runtime); in CheckEnumCache()