Home
last modified time | relevance | path

Searched refs:SmallOrderedNameDictionary (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc664 Handle<SmallOrderedNameDictionary>
665 SmallOrderedHashTable<SmallOrderedNameDictionary>::Allocate( in Allocate()
797 SmallOrderedHashTable<SmallOrderedNameDictionary>::FindEntry(Isolate* isolate, in FindEntry()
816 MaybeHandle<SmallOrderedNameDictionary> SmallOrderedNameDictionary::Add( in Add()
817 Isolate* isolate, Handle<SmallOrderedNameDictionary> table, in Add()
823 MaybeHandle<SmallOrderedNameDictionary> new_table = in Add()
824 SmallOrderedNameDictionary::Grow(isolate, table); in Add()
826 return MaybeHandle<SmallOrderedNameDictionary>(); in Add()
840 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kValueIndex, in Add()
842 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kKeyIndex, *key); in Add()
[all …]
Dordered-hash-table-inl.h26 CAST_ACCESSOR(SmallOrderedNameDictionary) in CAST_ACCESSOR() argument
81 OBJECT_CONSTRUCTORS_IMPL(SmallOrderedNameDictionary, in OBJECT_CONSTRUCTORS_IMPL()
82 SmallOrderedHashTable<SmallOrderedNameDictionary>) in OBJECT_CONSTRUCTORS_IMPL()
96 Handle<Map> SmallOrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap()
155 inline Object SmallOrderedNameDictionary::ValueAt(InternalIndex entry) { in ValueAt()
160 inline void SmallOrderedNameDictionary::ValueAtPut(InternalIndex entry, in ValueAtPut()
166 inline PropertyDetails SmallOrderedNameDictionary::DetailsAt( in DetailsAt()
174 inline void SmallOrderedNameDictionary::DetailsAtPut(InternalIndex entry, in DetailsAtPut()
196 inline bool SmallOrderedNameDictionary::Is(Handle<HeapObject> table) { in Is()
224 inline void SmallOrderedNameDictionary::SetHash(int hash) { in SetHash()
[all …]
Dordered-hash-table.h839 OrderedHashTableHandler<SmallOrderedNameDictionary, OrderedNameDictionary>;
842 : public OrderedHashTableHandler<SmallOrderedNameDictionary,
880 Isolate* isolate, Handle<SmallOrderedNameDictionary> table);
883 class SmallOrderedNameDictionary
884 : public SmallOrderedHashTable<SmallOrderedNameDictionary> {
886 DECL_CAST(SmallOrderedNameDictionary)
888 DECL_PRINTER(SmallOrderedNameDictionary)
889 DECL_VERIFIER(SmallOrderedNameDictionary)
894 static Handle<SmallOrderedNameDictionary> Rehash(
895 Isolate* isolate, Handle<SmallOrderedNameDictionary> table,
[all …]
Dordered-hash-table.tq103 extern class SmallOrderedNameDictionary extends SmallOrderedHashTable {
Dinstance-type.h330 SmallOrderedNameDictionary) \
Dobject-list-macros.h220 V(SmallOrderedNameDictionary) \
Dmap.h68 V(SmallOrderedNameDictionary) \
Dobjects-body-descriptors-inl.h1276 return CALL_APPLY(SmallOrderedHashTable<SmallOrderedNameDictionary>); in BodyDescriptorApply()
Dobjects.cc2263 return SmallOrderedNameDictionary::SizeFor( in SizeFromMap()
2264 SmallOrderedNameDictionary::unchecked_cast(*this).Capacity()); in SizeFromMap()
2381 return SmallOrderedNameDictionary::cast(*this).NumberOfElements() == 0; in CanBeRehashed()
2438 DCHECK_EQ(0, SmallOrderedNameDictionary::cast(*this).NumberOfElements()); in RehashBasedOnMap()
/third_party/node/deps/v8/src/heap/
Dobjects-visiting.h51 V(SmallOrderedNameDictionary) \
Dfactory.h170 Handle<SmallOrderedNameDictionary> NewSmallOrderedNameDictionary(
Dfactory.cc581 Handle<SmallOrderedNameDictionary> Factory::NewSmallOrderedNameDictionary( in NewSmallOrderedNameDictionary()
583 Handle<SmallOrderedNameDictionary> dict = in NewSmallOrderedNameDictionary()
584 AllocateSmallOrderedHashTable<SmallOrderedNameDictionary>( in NewSmallOrderedNameDictionary()
/third_party/node/deps/v8/src/handles/
Dhandles.h36 class SmallOrderedNameDictionary; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1393 void SmallOrderedNameDictionary::SmallOrderedNameDictionaryVerify( in SmallOrderedNameDictionaryVerify()
1397 SmallOrderedNameDictionary>::SmallOrderedHashTableVerify(isolate); in SmallOrderedNameDictionaryVerify()
Dobjects-printer.cc1010 void SmallOrderedNameDictionary::SmallOrderedNameDictionaryPrint( in SmallOrderedNameDictionaryPrint()