Home
last modified time | relevance | path

Searched defs:constness (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dproperty.cc48 std::ostream& operator<<(std::ostream& os, PropertyConstness constness) { in operator <<() argument
60 Descriptor(Handle<Name> key, const MaybeObjectHandle& value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index) Descriptor() argument
86 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectHandle& wrapped_field_type) DataField() argument
H A Dlookup.h180 PropertyConstness constness() const { return property_details().constness(); } in constness() function in v8::internal::final
H A Dmap-updater.cc176 ReconfigureToDataField(InternalIndex descriptor, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<FieldType> field_type) ReconfigureToDataField() argument
1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument
[all...]
H A Dproperty-details.h361 PropertyConstness constness() const { return ConstnessField::decode(value_); } in constness() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
282 PropertyDetails(PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness, int dictionary_index = 0) PropertyDetails() argument
293 PropertyDetails(PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index = 0) PropertyDetails() argument
[all...]
H A Dmap.cc432 CopyWithField(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<FieldType> type, PropertyAttributes attributes, PropertyConstness constness, Representation representation, TransitionFlag flag) CopyWithField() argument
1764 CanHoldValue(DescriptorArray descriptors, InternalIndex descriptor, PropertyConstness constness, Object value) CanHoldValue() argument
1786 UpdateDescriptorForValue(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) UpdateDescriptorForValue() argument
1808 PrepareForDataProperty(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) PrepareForDataProperty() argument
1819 TransitionToDataProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, PropertyConstness constness, StoreOrigin store_origin) TransitionToDataProperty() argument
[all...]
H A Djs-objects.cc3244 PropertyConstness constness = V8_DICT_PROPERTY_CONST_TRACKING_BOOL in MigrateFastToSlow() local
3823 PropertyConstness constness = is_transitionable_elements_kind in MigrateSlowToFast() local
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration-inl.h239 StoreField(Isolate* isolate, int descriptor, FieldIndex field_index, PropertyConstness constness, Representation representation) StoreField() argument
H A Dic.cc2155 PropertyConstness constness = lookup->constness(); in ComputeHandler() local
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc491 PropertyConstness constness; in ComputeDataFieldAccessInfo() local
H A Dcompilation-dependencies.cc1071 PropertyConstness constness = map.GetPropertyDetails(descriptor).constness(); in DependOnFieldConstness() local

Completed in 25 milliseconds