Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-details.h95 enum class PropertyConstness { kMutable = 0, kConst = 1 }; enumerator
252 kMutable, // Cell will no longer be tracked as constant. enumerator
260 kNoCell = kMutable,
277 ConstnessField::encode(PropertyConstness::kMutable) |
440 : PropertyConstness::kMutable;
522 return b == PropertyConstness::kMutable || a == PropertyConstness::kConst; in IsGeneralizableTo()
527 return a == PropertyConstness::kMutable ? PropertyConstness::kMutable : b; in GeneralizeConstness()
Dproperty.cc50 case PropertyConstness::kMutable: in operator <<()
82 return DataField(key, field_index, attributes, PropertyConstness::kMutable, in DataField()
Dlookup.cc384 new_constness = PropertyConstness::kMutable; in PrepareForDataProperty()
389 property_details_.CopyWithConstness(PropertyConstness::kMutable); in PrepareForDataProperty()
443 new_constness == PropertyConstness::kMutable) { // fast -> slow in PrepareForDataProperty()
445 property_details_.CopyWithConstness(PropertyConstness::kMutable); in PrepareForDataProperty()
490 attributes, PropertyConstness::kMutable); in ReconfigureDataProperty()
496 PropertyConstness::kMutable, value); in ReconfigureDataProperty()
517 PropertyCellType::kMutable); in ReconfigureDataProperty()
529 PropertyConstness::kMutable); in ReconfigureDataProperty()
813 PropertyCellType::kMutable); in TransitionToAccessorPair()
Dmap-updater.h233 PropertyConstness new_constness_ = PropertyConstness::kMutable;
Dmodule.cc348 PropertyCellType::kMutable)); in GetModuleNamespace()
353 PropertyCellType::kMutable)); in GetModuleNamespace()
Dmap-updater.cc215 new_constness_ = PropertyConstness::kMutable; in ReconfigureToDataField()
828 DCHECK_IMPLIES(next_constness == PropertyConstness::kMutable, in BuildDescriptorArray()
Dobjects.cc198 case PropertyCellType::kMutable: in operator <<()
2460 details = details.CopyWithConstness(PropertyConstness::kMutable); in GeneralizeAllFields()
3629 DCHECK_EQ(PropertyConstness::kMutable, it.property_details().constness()); in SetPrivateSymbol()
3635 PropertyConstness::kMutable); in SetPrivateSymbol()
6640 case PropertyCellType::kMutable: in UpdatedType()
6641 return PropertyCellType::kMutable; in UpdatedType()
6730 new_details.cell_type() == PropertyCellType::kMutable || in CanTransitionTo()
6733 case PropertyCellType::kMutable: in CanTransitionTo()
6734 return new_details.cell_type() == PropertyCellType::kMutable || in CanTransitionTo()
Dmap.cc451 constness = PropertyConstness::kMutable; in CopyWithField()
553 case PropertyConstness::kMutable: in GetFieldCounts()
Djs-objects.cc3246 : PropertyConstness::kMutable; in MigrateFastToSlow()
3817 details.constness() == PropertyConstness::kMutable); in MigrateSlowToFast()
3824 ? PropertyConstness::kMutable in MigrateSlowToFast()
5393 details = details.set_cell_type(PropertyCellType::kMutable); in InvalidatePropertyCell()
/third_party/skia/include/core/
DSkPixelRef.h59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable()
105 kMutable, // PixelRefs begin mutable. enumerator
/third_party/skia/src/core/
DSkPixelRef.cpp38 fMutability = kMutable; in SkPixelRef()
132 fMutability = kMutable; in restoreMutability()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-struct.cc61 PropertyConstness::kMutable, Representation::Tagged(), i); in BUILTIN()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc629 PropertyConstness::kMutable); in AddDataProperty()
641 PropertyConstness::kMutable); in AddDataProperty()
656 PropertyConstness::kMutable); in AddAccessorProperty()
/third_party/node/deps/v8/src/ic/
Dhandler-configuration-inl.h243 Kind kind = constness == PropertyConstness::kMutable ? Kind::kField in StoreField()
Dic.cc2134 lookup->constness() == PropertyConstness::kMutable); in ComputeHandler()
2161 constness = PropertyConstness::kMutable; in ComputeHandler()
Daccessor-assembler.cc3856 type, Int32Constant(static_cast<int>(PropertyCellType::kMutable))), in StoreGlobalIC_PropertyCellCase()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc504 case PropertyConstness::kMutable: in ComputeDataFieldAccessInfo()
1166 case PropertyConstness::kMutable: in LookupTransition()
Dcompilation-dependencies.cc1072 if (constness == PropertyConstness::kMutable) return constness; in DependOnFieldConstness()
1080 return PropertyConstness::kMutable; in DependOnFieldConstness()
Djs-native-context-specialization.cc855 if (property_details.cell_type() != PropertyCellType::kMutable || in ReduceGlobalAccess()
959 case PropertyCellType::kMutable: { in ReduceGlobalAccess()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc335 if (property_cell_type != PropertyCellType::kMutable || in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc153 PropertyConstness::kMutable, in GeneralizeAllTransitionsToFieldAsMutable()
155 DCHECK_EQ(PropertyConstness::kMutable, target->instance_descriptors(isolate) in GeneralizeAllTransitionsToFieldAsMutable()
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc113 PropertyConstness::kMutable, // Don't track constness in CreateStructDescriptorArray()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6142 PropertyCellType::kMutable); in TransferNamedProperties()
6168 PropertyCellType::kMutable); in TransferNamedProperties()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2479 PropertyCellType::kMutable); in NewJSGlobalObject()