Lines Matching refs:Word32Equal

814   GotoIf(Word32Equal(kind, Int32Constant(kData)), writable);  in JumpIfDataProperty()
996 Branch(Word32Equal( in HandleStoreICTransitionMapHandlerCase()
1016 GotoIf(Word32Equal(representation, Int32Constant(Representation::kSmi)), in CheckFieldType()
1018 GotoIf(Word32Equal(representation, Int32Constant(Representation::kDouble)), in CheckFieldType()
1021 Word32Equal(representation, Int32Constant(Representation::kHeapObject)), in CheckFieldType()
1023 GotoIf(Word32Equal(representation, Int32Constant(Representation::kNone)), in CheckFieldType()
1025 CSA_ASSERT(this, Word32Equal(representation, in CheckFieldType()
1078 Word32Equal(DecodeWord32<PropertyDetails::KindField>(details), in OverwriteExistingFastDataProperty()
1081 Branch(Word32Equal(DecodeWord32<PropertyDetails::LocationField>(details), in OverwriteExistingFastDataProperty()
1090 GotoIf(Word32Equal( in OverwriteExistingFastDataProperty()
1117 Word32Equal(representation, Int32Constant(Representation::kDouble)), in OverwriteExistingFastDataProperty()
1188 Word32Equal(representation, Int32Constant(Representation::kDouble)), in OverwriteExistingFastDataProperty()
1835 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitElementLoad()
2259 Word32Equal(Word32And(hash_field, in StubCachePrimaryOffset()
2979 Word32Equal(DecodeWord32<PropertyDetails::KindField>(details), in StoreGlobalIC_PropertyCellCase()
2986 GotoIf(Word32Equal(type, Int32Constant( in StoreGlobalIC_PropertyCellCase()
2992 GotoIf(Word32Equal( in StoreGlobalIC_PropertyCellCase()
2996 Word32Or(Word32Equal(type, Int32Constant(static_cast<int>( in StoreGlobalIC_PropertyCellCase()
2998 Word32Equal(type, Int32Constant(static_cast<int>( in StoreGlobalIC_PropertyCellCase()