• Home
  • Raw
  • Download

Lines Matching refs:WordEqual

1029   return WordEqual(WordAnd(BitcastTaggedToWordForTagAndSmiBits(a),  in TaggedIsPositiveSmi()
1928 return WordEqual(WordAnd(BitcastMaybeObjectToWord(maybe_object), in IsWeakReferenceToObject()
1946 return WordEqual(BitcastMaybeObjectToWord(maybe_object), in IsWeakReferenceTo()
3155 GotoIf(WordEqual(length, UintPtrConstant(0)), &if_lengthiszero); in AllocateByteArray()
3606 Branch(WordEqual(capacity, IntPtrConstant(0)), &empty, &nonempty); in AllocateUninitializedJSArrayWithElements()
3727 Branch(WordEqual(capacity, IntPtrConstant(0)), &out, &nonempty); in AllocateJSArray()
4122 Branch(WordEqual(var_from_offset.value(), limit_offset), &done, &decrement); in ExtractFixedDoubleArrayFillingHoles()
4388 CSA_ASSERT(this, WordEqual(length, LoadAndUntagFixedArrayBaseLength(array))); in FillFixedArrayWithSmiZero()
4410 CSA_ASSERT(this, WordEqual(length, LoadAndUntagFixedArrayBaseLength(array))); in FillFixedDoubleArrayWithZero()
4438 WordEqual(WordAnd(page_flags, in JumpIfPointersFromHereAreInteresting()
4694 Branch(WordEqual(var_from_offset.value(), limit_offset), &done, &decrement); in CopyFixedArrayElements()
7341 CSA_ASSERT(this, WordEqual(WordAnd(word, UintPtrConstant(~mask)), word)); in UpdateWord()
7802 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe); in NumberDictionaryLookup()
10101 condition = WordEqual(key, length); in CheckForCapacityGrow()
10230 GotoIf(WordEqual( in TrapAllocationMemento()
10252 GotoIf(WordEqual(memento_last_word_page, new_space_top_page), &top_check); in TrapAllocationMemento()
10257 Branch(WordEqual(object_page, memento_last_word_page), &map_check, in TrapAllocationMemento()
12748 GotoIf(WordEqual(backing_store, IntPtrConstant(0)), &call_runtime); in GetTypedArrayBuffer()
13150 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &loop, if_slow); in CheckPrototypeEnumCache()
13163 Branch(WordEqual(receiver_enum_length, in CheckEnumCache()