Home
last modified time | relevance | path

Searched refs:kMutable (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Dproperty-details.h79 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()
Dmap-updater.cc135 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()
Dmap-updater.h163 PropertyConstness new_constness_ = PropertyConstness::kMutable;
Dlookup.cc434 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()
Dproperty.cc50 return DataField(key, field_index, attributes, PropertyConstness::kMutable, in DataField()
Dobjects.cc3955 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 …]
Dobjects-printer.cc1519 case PropertyCellType::kMutable: in PropertyCellPrint()
Dbootstrapper.cc5555 PropertyCellType::kMutable); in TransferNamedProperties()
/external/skia/include/core/
DSkPixelRef.h59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable()
111 kMutable, // PixelRefs begin mutable. enumerator
/external/skqp/include/core/
DSkPixelRef.h59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable()
111 kMutable, // PixelRefs begin mutable. enumerator
/external/skia/src/core/
DSkPixelRef.cpp36 fMutability = kMutable; in SkPixelRef()
133 fMutability = kMutable; in restoreMutability()
/external/skqp/src/core/
DSkPixelRef.cpp36 fMutability = kMutable; in SkPixelRef()
133 fMutability = kMutable; in restoreMutability()
/external/v8/src/ic/
Dhandler-configuration-inl.h165 constness == PropertyConstness::kMutable); in StoreField()
166 Kind kind = constness == PropertyConstness::kMutable ? kField : kConstField; in StoreField()
Dic.cc1642 constness = PropertyConstness::kMutable; in ComputeHandler()
Daccessor-assembler.cc2993 type, Int32Constant(static_cast<int>(PropertyCellType::kMutable))), in StoreGlobalIC_PropertyCellCase()
/external/v8/src/compiler/
Daccess-info.cc653 PropertyConstness::kMutable, MapHandles{map}, field_index, in LookupSpecialFieldAccessor()
712 PropertyConstness::kMutable, MapHandles{map}, field_index, in LookupTransition()
Djs-native-context-specialization.cc615 if (property_details.cell_type() != PropertyCellType::kMutable || in ReduceGlobalAccess()
726 case PropertyCellType::kMutable: { in ReduceGlobalAccess()
/external/v8/src/objects/
Dmap-inl.h123 *constness = PropertyConstness::kMutable; in GeneralizeIfCanHaveTransitionableFastElementsKind()
Dmodule.cc894 PropertyDetails(kAccessor, attr, PropertyCellType::kMutable)); in GetModuleNamespace()
/external/v8/src/heap/
Dfactory.cc2812 PropertyCellType::kMutable); in NewJSGlobalObject()