/third_party/node/deps/v8/src/objects/ |
D | dictionary-inl.h | 23 CAST_ACCESSOR(GlobalDictionary) 109 GlobalDictionary::GlobalDictionary(Address ptr) in GlobalDictionary() function 110 : BaseNameDictionary<GlobalDictionary, GlobalDictionaryShape>(ptr) { in GlobalDictionary() 198 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() 215 PropertyCell GlobalDictionary::CellAt(InternalIndex entry) { in CellAt() 220 PropertyCell GlobalDictionary::CellAt(PtrComprCageBase cage_base, in CellAt() 226 Name GlobalDictionary::NameAt(InternalIndex entry) { in NameAt() 231 Name GlobalDictionary::NameAt(PtrComprCageBase cage_base, InternalIndex entry) { in NameAt() 235 Object GlobalDictionary::ValueAt(InternalIndex entry) { in ValueAt() 240 Object GlobalDictionary::ValueAt(PtrComprCageBase cage_base, in ValueAt() [all …]
|
D | dictionary.h | 225 EXTERN_DECLARE_BASE_NAME_DICTIONARY(GlobalDictionary, GlobalDictionaryShape) in EXTERN_DECLARE_BASE_NAME_DICTIONARY() argument 227 class V8_EXPORT_PRIVATE GlobalDictionary in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 228 : public BaseNameDictionary<GlobalDictionary, GlobalDictionaryShape> { in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 232 DECL_CAST(GlobalDictionary) in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 233 DECL_PRINTER(GlobalDictionary) in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 250 GlobalDictionary, in EXTERN_DECLARE_BASE_NAME_DICTIONARY() 251 BaseNameDictionary<GlobalDictionary, GlobalDictionaryShape>); in EXTERN_DECLARE_BASE_NAME_DICTIONARY()
|
D | property-cell.h | 55 Isolate* isolate, Handle<GlobalDictionary> dictionary, 60 Isolate* isolate, Handle<GlobalDictionary> dictionary,
|
D | lookup.cc | 366 Handle<GlobalDictionary> dictionary( in PrepareForDataProperty() 518 Handle<GlobalDictionary> dictionary( in ReconfigureDataProperty() 638 Handle<GlobalDictionary> dictionary( in ApplyTransitionToDataProperty() 642 GlobalDictionary::Add(isolate_, dictionary, name(), transition_cell(), in ApplyTransitionToDataProperty() 1105 GlobalDictionary dictionary = in WriteDataValue() 1280 GlobalDictionary dict = JSGlobalObject::cast(holder).global_dictionary( in LookupInSpecialHolder() 1587 GlobalDictionary dict = holder->global_dictionary(kAcquireLoad); in TryGetPropertyCell()
|
D | object-list-macros.h | 122 V(GlobalDictionary) \
|
D | js-objects.cc | 775 GlobalDictionary::cast(properties).SetHash(hash); in SetHashAndUpdateProperties() 810 return GlobalDictionary::cast(properties).Hash(); in GetIdentityHashHelper() 892 Handle<GlobalDictionary> dictionary( in DeleteNormalizedProperty() 897 Handle<GlobalDictionary> new_dictionary = in DeleteNormalizedProperty() 898 GlobalDictionary::DeleteEntry(isolate, dictionary, entry); in DeleteNormalizedProperty() 2662 Handle<GlobalDictionary> dictionary( in SetNormalizedProperty() 2675 GlobalDictionary::Add(isolate, dictionary, name, cell, details); in SetNormalizedProperty() 4367 Handle<GlobalDictionary> dictionary( in PreventExtensionsWithTransition()
|
D | js-objects-inl.h | 751 GlobalDictionary, kPropertiesOrHashOffset,
|
D | js-objects.h | 1067 DECL_RELEASE_ACQUIRE_ACCESSORS(global_dictionary, GlobalDictionary)
|
D | objects.cc | 2405 GlobalDictionary::cast(*this).Rehash(isolate); in RehashBasedOnMap() 5944 GlobalDictionary::TryFindPropertyCellForConcurrentLookupIterator( in TryFindPropertyCellForConcurrentLookupIterator() 6247 if (std::is_same<Derived, GlobalDictionary>::value) { in IterationIndices() 6588 Isolate* isolate, Handle<GlobalDictionary> dictionary, InternalIndex entry, in InvalidateAndReplaceEntry() 6648 Isolate* isolate, Handle<GlobalDictionary> dictionary, InternalIndex entry, in PrepareForAndSetValue() 6939 EXTERN_DEFINE_BASE_NAME_DICTIONARY(GlobalDictionary, GlobalDictionaryShape) in EXTERN_DEFINE_HASH_TABLE()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 2070 Handle<GlobalDictionary> dictionary( in DeserializeExports() 2073 dictionary = GlobalDictionary::EnsureCapacity( in DeserializeExports() 2111 GlobalDictionary::Add(isolate_, dictionary, export_name, in DeserializeExports()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 8424 CodeStubAssembler::EntryToIndex<GlobalDictionary>(TNode<IntPtrT>, int); 8431 TNode<GlobalDictionary> container, TNode<IntPtrT> key_index); 8494 TNode<HeapObject> CodeStubAssembler::LoadName<GlobalDictionary>( in LoadName() 8526 std::is_same<Dictionary, GlobalDictionary>::value || in NameDictionaryLookup() 8590 GlobalDictionary>(TNode<GlobalDictionary>, TNode<Name>, Label*, 8763 void CodeStubAssembler::InsertEntry<GlobalDictionary>( in InsertEntry() 8764 TNode<GlobalDictionary> dictionary, TNode<Name> key, TNode<Object> value, in InsertEntry() 8855 TNode<GlobalDictionary> dictionary); 9462 TNode<GlobalDictionary> dictionary = CAST(LoadSlowProperties(CAST(object))); in TryLookupProperty() 9465 NameDictionaryLookup<GlobalDictionary>( in TryLookupProperty() [all …]
|
D | code-stub-assembler.h | 3276 void LoadPropertyFromGlobalDictionary(TNode<GlobalDictionary> dictionary,
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 573 GlobalDictionary properties = object.global_dictionary(kAcquireLoad); in RecordVirtualJSGlobalObjectDetails()
|
D | factory.cc | 2467 Handle<GlobalDictionary> dictionary = in NewJSGlobalObject() 2468 GlobalDictionary::New(isolate(), at_least_space_for); in NewJSGlobalObject() 2484 USE(GlobalDictionary::Add(isolate(), dictionary, name, cell, d)); in NewJSGlobalObject()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 708 class GlobalDictionary; variable
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 160 GlobalDictionary::cast(*this).GlobalDictionaryPrint(os); in HeapObjectPrint() 995 void GlobalDictionary::GlobalDictionaryPrint(std::ostream& os) { in GlobalDictionaryPrint()
|
D | objects-debug.cc | 1967 GlobalDictionary dict = in IncrementSpillStatistics()
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 718 TNode<GlobalDictionary> dictionary = CAST(var_meta_storage.value()); in LookupPropertyOnPrototypeChain()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-object.cc | 813 GlobalDictionary dictionary = JSGlobalObject::cast(*lookup_start_object) in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 6149 Handle<GlobalDictionary> properties( in TransferNamedProperties() 6152 GlobalDictionary::IterationIndices(isolate(), properties); in TransferNamedProperties()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1774 GlobalDictionary dictionary = in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/builtins/ |
D | base.tq | 219 extern class GlobalDictionary extends HashTable;
|