Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc650 Handle<SmallOrderedHashSet>
651 SmallOrderedHashTable<SmallOrderedHashSet>::Allocate( in Allocate()
709 MaybeHandle<SmallOrderedHashSet> SmallOrderedHashSet::Add( in Add()
710 Isolate* isolate, Handle<SmallOrderedHashSet> table, Handle<Object> key) { in Add()
714 MaybeHandle<SmallOrderedHashSet> new_table = in Add()
715 SmallOrderedHashSet::Grow(isolate, table); in Add()
717 return MaybeHandle<SmallOrderedHashSet>(); in Add()
731 table->SetDataEntry(new_entry, SmallOrderedHashSet::kKeyIndex, *key); in Add()
741 bool SmallOrderedHashSet::Delete(Isolate* isolate, SmallOrderedHashSet table, in Delete()
743 return SmallOrderedHashTable<SmallOrderedHashSet>::Delete(isolate, table, in Delete()
[all …]
Dordered-hash-table.h648 class SmallOrderedHashSet : public SmallOrderedHashTable<SmallOrderedHashSet> {
650 DECL_CAST(SmallOrderedHashSet)
652 DECL_PRINTER(SmallOrderedHashSet)
653 EXPORT_DECL_VERIFIER(SmallOrderedHashSet)
662 V8_EXPORT_PRIVATE static MaybeHandle<SmallOrderedHashSet> Add(
663 Isolate* isolate, Handle<SmallOrderedHashSet> table, Handle<Object> key);
665 SmallOrderedHashSet table, Object key);
670 static Handle<SmallOrderedHashSet> Rehash(Isolate* isolate,
671 Handle<SmallOrderedHashSet> table,
673 OBJECT_CONSTRUCTORS(SmallOrderedHashSet,
[all …]
Dordered-hash-table-inl.h30 CAST_ACCESSOR(SmallOrderedHashSet) in CAST_ACCESSOR()
77 OBJECT_CONSTRUCTORS_IMPL(SmallOrderedHashSet, in OBJECT_CONSTRUCTORS_IMPL() argument
78 SmallOrderedHashTable<SmallOrderedHashSet>) in OBJECT_CONSTRUCTORS_IMPL() argument
104 Handle<Map> SmallOrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap()
192 inline bool SmallOrderedHashSet::Is(Handle<HeapObject> table) { in Is()
Dordered-hash-table.tq27 extern class SmallOrderedHashSet extends SmallOrderedHashTable {
41 macro AllocateSmallOrderedHashSet(capacity: intptr): SmallOrderedHashSet {
45 return new SmallOrderedHashSet{
Dinstance-type.h326 SmallOrderedHashSet) \
Dobject-list-macros.h219 V(SmallOrderedHashSet) \
Dmap.h67 V(SmallOrderedHashSet) \
Dobjects-body-descriptors-inl.h1272 return CALL_APPLY(SmallOrderedHashTable<SmallOrderedHashSet>); in BodyDescriptorApply()
Dobjects.cc2255 return SmallOrderedHashSet::SizeFor( in SizeFromMap()
2256 SmallOrderedHashSet::unchecked_cast(*this).Capacity()); in SizeFromMap()
2424 DCHECK_EQ(0, SmallOrderedHashSet::cast(*this).NumberOfElements()); in RehashBasedOnMap()
/third_party/node/deps/v8/src/heap/
Dobjects-visiting.h50 V(SmallOrderedHashSet) \
Dfactory.h164 Handle<SmallOrderedHashSet> NewSmallOrderedHashSet(
Dfactory.cc569 Handle<SmallOrderedHashSet> Factory::NewSmallOrderedHashSet( in NewSmallOrderedHashSet()
571 return AllocateSmallOrderedHashTable<SmallOrderedHashSet>( in NewSmallOrderedHashSet()
/third_party/node/deps/v8/src/handles/
Dhandles.h35 class SmallOrderedHashSet; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1380 void SmallOrderedHashSet::SmallOrderedHashSetVerify(Isolate* isolate) { in SmallOrderedHashSetVerify()
1382 SmallOrderedHashTable<SmallOrderedHashSet>::SmallOrderedHashTableVerify( in SmallOrderedHashSetVerify()
Dobjects-printer.cc1000 void SmallOrderedHashSet::SmallOrderedHashSetPrint(std::ostream& os) { in SmallOrderedHashSetPrint()