/third_party/node/deps/v8/src/objects/ |
H A D | property-details.h | 270 int dictionary_index = 0) in PropertyDetails() 278 DictionaryStorageField::encode(dictionary_index) | in PropertyDetails() 284 int dictionary_index = 0) in PropertyDetails() 289 DictionaryStorageField::encode(dictionary_index) | in PropertyDetails() 372 int dictionary_index() const { in dictionary_index() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails 475 DCHECK_EQ(0, dictionary_index()); 489 DCHECK_EQ(0, details.dictionary_index());
|
H A D | dictionary.h | 377 return da.dictionary_index() < db.dictionary_index(); in operator ()()
|
H A D | property.cc | 129 os << ", dict_index: " << dictionary_index(); in PrintAsSlowTo()
|
H A D | dictionary-inl.h | 159 DCHECK(!key.IsName() || details.dictionary_index() > 0); in SetEntry()
|
H A D | literal-objects.cc | 201 : dictionary->DetailsAt(entry).dictionary_index(); in AddToDictionaryTemplate()
|
H A D | lookup.cc | 543 int enumeration_index = original_details.dictionary_index(); in ReconfigureDataProperty()
|
H A D | objects.cc | 6111 DCHECK_EQ(0, details.dictionary_index()); in Add() 6657 int index = original_details.dictionary_index(); in PrepareForAndSetValue()
|
H A D | elements.cc | 1528 PropertyCellType::kNoCell, details.dictionary_index()); in ReconfigureImpl()
|
H A D | js-objects.cc | 2708 int enumeration_index = original_details.dictionary_index(); in SetNormalizedProperty()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 168 InternalIndex dictionary_index, NameRef name) { in DictionaryProtoDataConstant() 170 {{receiver_map}, zone}, dictionary_index, name); in DictionaryProtoDataConstant() 241 InternalIndex dictionary_index, NameRef name) in PropertyAccessInfo() 248 dictionary_index_(dictionary_index), in PropertyAccessInfo() 643 InternalIndex dictionary_index, AccessMode access_mode, in ComputeDictionaryProtoAccessInfo() 656 zone(), receiver_map, holder, dictionary_index, name); in ComputeDictionaryProtoAccessInfo() 661 dictionary_index); in ComputeDictionaryProtoAccessInfo() 166 DictionaryProtoDataConstant( Zone* zone, MapRef receiver_map, JSObjectRef holder, InternalIndex dictionary_index, NameRef name) DictionaryProtoDataConstant() argument 238 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps, InternalIndex dictionary_index, NameRef name) PropertyAccessInfo() argument 641 ComputeDictionaryProtoAccessInfo( MapRef receiver_map, NameRef name, JSObjectRef holder, InternalIndex dictionary_index, AccessMode access_mode, PropertyDetails details) const ComputeDictionaryProtoAccessInfo() argument
|
H A D | access-info.h | 167 InternalIndex dictionary_index() const { in dictionary_index() function in v8::internal::compiler::final 194 InternalIndex dictionary_index, NameRef name);
|
H A D | property-access-builder.cc | 155 InternalIndex index = access_info.dictionary_index(); in FoldLoadDictPrototypeConstant()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 4539 Handle<Symbol> Isolate::SymbolFor(RootIndex dictionary_index, in ThrowInternal() argument 4543 Handle<RegisteredSymbolTable>::cast(root_handle(dictionary_index)); in ThrowInternal() 4552 switch (dictionary_index) { in ThrowInternal()
|
H A D | isolate.h | 1585 Handle<Symbol> SymbolFor(RootIndex dictionary_index, Handle<String> name,
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 8745 DCHECK_EQ(0, d.dictionary_index());
|