Lines Matching refs:WordEqual
295 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries()
325 CSA_ASSERT(this, WordEqual(map, LoadMap(object))); in FastGetOwnValuesOrEntries()
685 [=] { return WordEqual(LoadMap(CAST(from)), from_map); }, in ObjectAssignFast()
716 WordEqual(object_enum_length, IntPtrConstant(kInvalidEnumCacheSentinel)), in TF_BUILTIN()
728 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &if_empty, &if_fast); in TF_BUILTIN()
801 WordEqual(object_enum_length, IntPtrConstant(kInvalidEnumCacheSentinel)), in TF_BUILTIN()
815 GotoIfNot(WordEqual(object_enum_length, number_descriptors), &if_slow); in TF_BUILTIN()
818 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &if_empty, &if_fast); in TF_BUILTIN()
1266 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
1325 GotoIfNot(WordEqual(LoadElements(properties), in TF_BUILTIN()
1360 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()