Home
last modified time | relevance | path

Searched refs:constness (Results 1 - 25 of 57) sorted by relevance

123

/third_party/node/deps/v8/src/objects/
H A Dproperty.cc48 std::ostream& operator<<(std::ostream& os, PropertyConstness constness) { in operator <<() argument
49 switch (constness) { in operator <<()
62 PropertyLocation location, PropertyConstness constness, in Descriptor()
66 details_(kind, attributes, location, constness, representation, in Descriptor()
88 PropertyConstness constness, in DataField()
93 PropertyLocation::kField, constness, representation, in DataField()
126 if (constness() == PropertyConstness::kConst) os << "const "; in PrintAsSlowTo()
137 if (constness() == PropertyConstness::kConst) os << "const "; in PrintAsFastTo()
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 Dproperty-details.h274 // We track PropertyCell constness via PropertyCellTypeField, in PropertyDetails()
276 // related to non-global property constness tracking. in PropertyDetails()
283 PropertyConstness constness, in PropertyDetails()
288 ConstnessField::encode(constness) | in PropertyDetails()
295 PropertyConstness constness, in PropertyDetails()
300 ConstnessField::encode(constness) | in PropertyDetails()
338 PropertyDetails CopyWithConstness(PropertyConstness constness) const { in CopyWithConstness()
339 return PropertyDetails(value_, constness); in CopyWithConstness()
361 PropertyConstness constness() const { return ConstnessField::decode(value_); } in constness() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
501 PropertyDetails(int value, PropertyConstness constness) {
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-updater.cc178 PropertyConstness constness, in ReconfigureToDataField()
199 new_constness_ = GeneralizeConstness(constness, old_details.constness()); in ReconfigureToDataField()
494 old_details.constness(), new_constness_, in TryReconfigureToDataFieldInplace()
676 GeneralizeField(tmp_map, i, old_details.constness(), tmp_representation, in FindTargetMap()
701 DCHECK(IsGeneralizableTo(new_constness_, details.constness())); in FindTargetMap()
815 old_details.constness(), target_details.constness()); in BuildDescriptorArray()
818 // property constness. in BuildDescriptorArray()
882 PropertyConstness next_constness = old_details.constness(); in BuildDescriptorArray()
176 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.h41 PropertyConstness constness,
66 PropertyLocation location, PropertyConstness constness,
H A Dmap-updater.h59 PropertyConstness constness,
81 PropertyConstness constness);
H A Dmap.cc435 PropertyConstness constness, in CopyWithField()
451 constness = PropertyConstness::kMutable; in CopyWithField()
461 Descriptor d = Descriptor::DataField(name, index, attributes, constness, in CopyWithField()
552 switch (details.constness()) {
739 if (!IsGeneralizableTo(old_details.constness(), new_details.constness())) {
1765 PropertyConstness constness, Object value) { in CanHoldValue()
1769 return IsGeneralizableTo(constness, details.constness()) && in CanHoldValue()
1779 DCHECK_EQ(PropertyConstness::kConst, details.constness()); in CanHoldValue()
432 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 Dmap.h531 PropertyConstness constness, Handle<Object> value);
694 PropertyConstness constness, Representation representation,
733 PropertyConstness constness, StoreOrigin store_origin);
H A Dlookup.cc341 // We are not interested in tracking constness of a JSProxy's direct in PrepareForDataProperty()
378 if (constness() == PropertyConstness::kConst) { in PrepareForDataProperty()
424 if (constness() != new_constness || representation().IsNone()) { in PrepareForDataProperty()
439 // to kMutable, then this change in the constness is indicated by neither the in PrepareForDataProperty()
440 // old or the new map. We need to update the constness ourselves. in PrepareForDataProperty()
947 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness()); in IsConstFieldValueEqualTo()
951 // and it will properly update constness based on the actual value. in IsConstFieldValueEqualTo()
988 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness()); in IsConstDictValueEqualTo()
995 // and it will properly update constness based on the actual value. in IsConstDictValueEqualTo()
1092 DCHECK_IMPLIES(!initializing_store && property_details_.constness() in WriteDataValue()
[all...]
H A Dlookup.h180 PropertyConstness constness() const { return property_details().constness(); } in constness() function in v8::internal::final
/third_party/rust/crates/libc/src/
H A Dmacros.rs181 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident(
188 pub $($constness)* unsafe extern fn $i($($arg: $argty),*
196 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident(
203 pub $($constness)* extern fn $i($($arg: $argty),*
211 ($($(#[$attr:meta])* $({$constness:ident})* fn $i:ident(
218 $($constness)* fn $i($($arg: $argty),*
227 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident(
242 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident(
257 ($($(#[$attr:meta])* $({$constness:ident})* fn $i:ident(
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h509 #define GMOCK_INTERNAL_MOCK_METHODN(constness, ct, Method, args_num, ...) \
513 args_num, Method, GMOCK_PP_NARG0(constness), 0, 0, , ct, , \
516 #define GMOCK_MOCKER_(arity, constness, Method) \
517 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
H A Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
H A Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
H A Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
H A Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
H A Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc351 if (details.constness() != PropertyConstness::kConst) { in GetHolderIfValid()
765 .constness();
776 .constness());
1071 PropertyConstness constness = map.GetPropertyDetails(descriptor).constness(); in DependOnFieldConstness() local
1072 if (constness == PropertyConstness::kMutable) return constness; in DependOnFieldConstness()
1085 DCHECK_EQ(constness, PropertyConstness::kConst); in DependOnFieldConstness()
H A Daccess-info.cc491 PropertyConstness constness; in ComputeDataFieldAccessInfo() local
493 constness = PropertyConstness::kConst; in ComputeDataFieldAccessInfo()
495 constness = dependencies()->DependOnFieldConstness(map, descriptor); in ComputeDataFieldAccessInfo()
503 switch (constness) { in ComputeDataFieldAccessInfo()
650 if (details.constness() != PropertyConstness::kConst) { in ComputeDictionaryProtoAccessInfo()
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration-inl.h241 PropertyConstness constness, in StoreField()
243 Kind kind = constness == PropertyConstness::kMutable ? Kind::kField in StoreField()
239 StoreField(Isolate* isolate, int descriptor, FieldIndex field_index, PropertyConstness constness, Representation representation) StoreField() argument
/third_party/rust/crates/syn/tests/common/
H A Deq.rs463 spanless_eq_struct!(Closure; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span);
474 spanless_eq_struct!(FnHeader; constness coroutine_kind unsafety ext);
484 spanless_eq_struct!(Impl; defaultness unsafety generics constness polarity of_trait self_ty items);
513 spanless_eq_struct!(TraitBoundModifiers; constness polarity);

Completed in 29 milliseconds

123