Home
last modified time | relevance | path

Searched refs:GlobalDictionary (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddictionary-inl.h23 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 …]
Ddictionary.h225 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()
Dproperty-cell.h55 Isolate* isolate, Handle<GlobalDictionary> dictionary,
60 Isolate* isolate, Handle<GlobalDictionary> dictionary,
Dlookup.cc366 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()
Dobject-list-macros.h122 V(GlobalDictionary) \
Djs-objects.cc775 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()
Djs-objects-inl.h751 GlobalDictionary, kPropertiesOrHashOffset,
Djs-objects.h1067 DECL_RELEASE_ACQUIRE_ACCESSORS(global_dictionary, GlobalDictionary)
Dobjects.cc2405 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/
Dweb-snapshot.cc2070 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/
Dcode-stub-assembler.cc8424 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 …]
Dcode-stub-assembler.h3276 void LoadPropertyFromGlobalDictionary(TNode<GlobalDictionary> dictionary,
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc573 GlobalDictionary properties = object.global_dictionary(kAcquireLoad); in RecordVirtualJSGlobalObjectDetails()
Dfactory.cc2467 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/
Dglobals.h708 class GlobalDictionary; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc160 GlobalDictionary::cast(*this).GlobalDictionaryPrint(os); in HeapObjectPrint()
995 void GlobalDictionary::GlobalDictionaryPrint(std::ostream& os) { in GlobalDictionaryPrint()
Dobjects-debug.cc1967 GlobalDictionary dict = in IncrementSpillStatistics()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc718 TNode<GlobalDictionary> dictionary = CAST(var_meta_storage.value()); in LookupPropertyOnPrototypeChain()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc813 GlobalDictionary dictionary = JSGlobalObject::cast(*lookup_start_object) in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6149 Handle<GlobalDictionary> properties( in TransferNamedProperties()
6152 GlobalDictionary::IterationIndices(isolate(), properties); in TransferNamedProperties()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1774 GlobalDictionary dictionary = in ExtractPropertyReferences()
/third_party/node/deps/v8/src/builtins/
Dbase.tq219 extern class GlobalDictionary extends HashTable;