Lines Matching refs:PropertyDetails

811   GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask),  in JumpIfDataProperty()
813 Node* kind = DecodeWord32<PropertyDetails::KindField>(details); in JumpIfDataProperty()
872 const int kTypeAndReadOnlyMask = PropertyDetails::KindField::kMask | in HandleStoreICHandlerCase()
873 PropertyDetails::kAttributesReadOnlyMask; in HandleStoreICHandlerCase()
990 PropertyDetails::kAttributesDontDeleteMask | in HandleStoreICTransitionMapHandlerCase()
991 PropertyDetails::kAttributesReadOnlyMask; in HandleStoreICTransitionMapHandlerCase()
997 IsSetWord32(details, PropertyDetails::kAttributesDontEnumMask), in HandleStoreICTransitionMapHandlerCase()
1078 Word32Equal(DecodeWord32<PropertyDetails::KindField>(details), in OverwriteExistingFastDataProperty()
1081 Branch(Word32Equal(DecodeWord32<PropertyDetails::LocationField>(details), in OverwriteExistingFastDataProperty()
1091 DecodeWord32<PropertyDetails::ConstnessField>(details), in OverwriteExistingFastDataProperty()
1097 DecodeWord32<PropertyDetails::RepresentationField>(details); in OverwriteExistingFastDataProperty()
1103 DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details); in OverwriteExistingFastDataProperty()
1292 PropertyDetails::KindField::kMask | in HandleStoreICProtoHandler()
1293 PropertyDetails::kAttributesReadOnlyMask; in HandleStoreICProtoHandler()
2977 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask), miss); in StoreGlobalIC_PropertyCellCase()
2979 Word32Equal(DecodeWord32<PropertyDetails::KindField>(details), in StoreGlobalIC_PropertyCellCase()
2982 Node* type = DecodeWord32<PropertyDetails::PropertyCellTypeField>(details); in StoreGlobalIC_PropertyCellCase()