/external/v8/src/ |
D | property-details.h | 79 enum class PropertyConstness { kMutable = 0, kConst = 1 }; enumerator 84 : PropertyConstness::kMutable; 214 kMutable, // Cell will no longer be tracked as constant. enumerator 222 kNoCell = kMutable, 417 return b == PropertyConstness::kMutable || a == PropertyConstness::kConst; in IsGeneralizableTo() 422 return a == PropertyConstness::kMutable ? PropertyConstness::kMutable : b; in GeneralizeConstness()
|
D | map-updater.cc | 135 new_constness_ = PropertyConstness::kMutable; in ReconfigureToDataField() 495 next_constness = PropertyConstness::kMutable; in BuildDescriptorArray() 498 DCHECK_IMPLIES(next_constness == PropertyConstness::kMutable, in BuildDescriptorArray() 580 next_constness == PropertyConstness::kMutable); in BuildDescriptorArray()
|
D | map-updater.h | 163 PropertyConstness new_constness_ = PropertyConstness::kMutable;
|
D | lookup.cc | 434 new_constness = PropertyConstness::kMutable; in PrepareForDataProperty() 437 new_constness = PropertyConstness::kMutable; in PrepareForDataProperty() 487 PropertyConstness::kMutable, value); in ReconfigureDataProperty() 493 PropertyDetails details(kData, attributes, PropertyCellType::kMutable); in ReconfigureDataProperty() 765 PropertyDetails details(kAccessor, attributes, PropertyCellType::kMutable); in TransitionToAccessorPair()
|
D | property.cc | 50 return DataField(key, field_index, attributes, PropertyConstness::kMutable, in DataField()
|
D | objects.cc | 3955 constness = PropertyConstness::kMutable; in CopyWithField() 3966 constness == PropertyConstness::kMutable); in CopyWithField() 4556 details = details.CopyWithConstness(PropertyConstness::kMutable); in GeneralizeAllFields() 4583 if (details.constness() != PropertyConstness::kMutable || in CopyGeneralizeAllFields() 4731 new_constness == PropertyConstness::kMutable); in UpdateFieldType() 4855 PropertyConstness::kMutable, in GeneralizeAllFields() 6550 DCHECK_EQ(PropertyConstness::kMutable, details.constness()); in MigrateSlowToFast() 6563 : PropertyConstness::kMutable; in MigrateSlowToFast() 18618 : PropertyCellType::kMutable); in InvalidateEntry() 18666 return PropertyCellType::kMutable; in UpdatedType() [all …]
|
D | objects-printer.cc | 1519 case PropertyCellType::kMutable: in PropertyCellPrint()
|
D | bootstrapper.cc | 5555 PropertyCellType::kMutable); in TransferNamedProperties()
|
/external/skia/include/core/ |
D | SkPixelRef.h | 59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable() 111 kMutable, // PixelRefs begin mutable. enumerator
|
/external/skqp/include/core/ |
D | SkPixelRef.h | 59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable() 111 kMutable, // PixelRefs begin mutable. enumerator
|
/external/skia/src/core/ |
D | SkPixelRef.cpp | 36 fMutability = kMutable; in SkPixelRef() 133 fMutability = kMutable; in restoreMutability()
|
/external/skqp/src/core/ |
D | SkPixelRef.cpp | 36 fMutability = kMutable; in SkPixelRef() 133 fMutability = kMutable; in restoreMutability()
|
/external/v8/src/ic/ |
D | handler-configuration-inl.h | 165 constness == PropertyConstness::kMutable); in StoreField() 166 Kind kind = constness == PropertyConstness::kMutable ? kField : kConstField; in StoreField()
|
D | ic.cc | 1642 constness = PropertyConstness::kMutable; in ComputeHandler()
|
D | accessor-assembler.cc | 2993 type, Int32Constant(static_cast<int>(PropertyCellType::kMutable))), in StoreGlobalIC_PropertyCellCase()
|
/external/v8/src/compiler/ |
D | access-info.cc | 653 PropertyConstness::kMutable, MapHandles{map}, field_index, in LookupSpecialFieldAccessor() 712 PropertyConstness::kMutable, MapHandles{map}, field_index, in LookupTransition()
|
D | js-native-context-specialization.cc | 615 if (property_details.cell_type() != PropertyCellType::kMutable || in ReduceGlobalAccess() 726 case PropertyCellType::kMutable: { in ReduceGlobalAccess()
|
/external/v8/src/objects/ |
D | map-inl.h | 123 *constness = PropertyConstness::kMutable; in GeneralizeIfCanHaveTransitionableFastElementsKind()
|
D | module.cc | 894 PropertyDetails(kAccessor, attr, PropertyCellType::kMutable)); in GetModuleNamespace()
|
/external/v8/src/heap/ |
D | factory.cc | 2812 PropertyCellType::kMutable); in NewJSGlobalObject()
|