Lines Matching defs:isolate
21 IsolateT* isolate, int capacity, AllocationType allocation) { in Allocate()
49 Isolate* isolate, AllocationType allocation, RootIndex root_index) { in AllocateEmpty()
68 IsolateT* isolate, Handle<Derived> table) { in EnsureGrowable()
94 Isolate* isolate, Handle<Derived> table) { in Shrink()
105 Isolate* isolate, Handle<Derived> table) { in Clear()
125 bool OrderedHashTable<Derived, entrysize>::HasKey(Isolate* isolate, in HasKey()
135 InternalIndex OrderedHashTable<Derived, entrysize>::FindEntry(Isolate* isolate, in FindEntry()
167 MaybeHandle<OrderedHashSet> OrderedHashSet::Add(Isolate* isolate, in Add()
203 Isolate* isolate, Handle<OrderedHashSet> table, GetKeysConversion convert) { in ConvertToKeysArray()
243 IsolateT* isolate, Handle<Derived> table) { in Rehash()
251 IsolateT* isolate, Handle<Derived> table, int new_capacity) { in Rehash()
301 MaybeHandle<OrderedHashSet> OrderedHashSet::Rehash(Isolate* isolate, in Rehash()
308 Isolate* isolate, Handle<OrderedHashSet> table) { in Rehash()
313 Isolate* isolate, Handle<OrderedHashMap> table) { in Rehash()
317 MaybeHandle<OrderedHashMap> OrderedHashMap::Rehash(Isolate* isolate, in Rehash()
325 IsolateT* isolate, Handle<OrderedNameDictionary> table, int new_capacity) { in Rehash()
336 bool OrderedHashTable<Derived, entrysize>::Delete(Isolate* isolate, in Delete()
357 Address OrderedHashMap::GetHash(Isolate* isolate, Address raw_key) { in GetHash()
368 MaybeHandle<OrderedHashMap> OrderedHashMap::Add(Isolate* isolate, in Add()
417 InternalIndex OrderedNameDictionary::FindEntry(IsolateT* isolate, Object key) { in FindEntry()
448 IsolateT* isolate, Handle<OrderedNameDictionary> table, Handle<Name> key, in Add()
497 Isolate* isolate, Handle<OrderedNameDictionary> table, in DeleteEntry()
515 IsolateT* isolate, int capacity, AllocationType allocation) { in Allocate()
521 IsolateT* isolate, int capacity, AllocationType allocation) { in Allocate()
527 IsolateT* isolate, int capacity, AllocationType allocation) { in Allocate()
538 Isolate* isolate, AllocationType allocation) { in AllocateEmpty()
544 Isolate* isolate, AllocationType allocation) { in AllocateEmpty()
550 Isolate* isolate, AllocationType allocation) { in AllocateEmpty()
652 Isolate* isolate, int capacity, AllocationType allocation) { in Allocate()
659 Isolate* isolate, int capacity, AllocationType allocation) { in Allocate()
666 Isolate* isolate, int capacity, AllocationType allocation) { in Allocate()
672 void SmallOrderedHashTable<Derived>::Initialize(Isolate* isolate, in Initialize()
710 Isolate* isolate, Handle<SmallOrderedHashSet> table, Handle<Object> key) { in Add()
741 bool SmallOrderedHashSet::Delete(Isolate* isolate, SmallOrderedHashSet table, in Delete()
747 bool SmallOrderedHashSet::HasKey(Isolate* isolate, Handle<Object> key) { in HasKey()
752 Isolate* isolate, Handle<SmallOrderedHashMap> table, Handle<Object> key, in Add()
785 bool SmallOrderedHashMap::Delete(Isolate* isolate, SmallOrderedHashMap table, in Delete()
791 bool SmallOrderedHashMap::HasKey(Isolate* isolate, Handle<Object> key) { in HasKey()
797 SmallOrderedHashTable<SmallOrderedNameDictionary>::FindEntry(Isolate* isolate, in FindEntry()
817 Isolate* isolate, Handle<SmallOrderedNameDictionary> table, in Add()
873 bool SmallOrderedHashTable<Derived>::HasKey(Isolate* isolate, in HasKey()
880 bool SmallOrderedHashTable<Derived>::Delete(Isolate* isolate, Derived table, in Delete()
901 Isolate* isolate, Handle<SmallOrderedNameDictionary> table, in DeleteEntry()
919 Handle<Derived> SmallOrderedHashTable<Derived>::Rehash(Isolate* isolate, in Rehash()
957 Isolate* isolate, Handle<SmallOrderedHashSet> table, int new_capacity) { in Rehash()
963 Isolate* isolate, Handle<SmallOrderedHashMap> table, int new_capacity) { in Rehash()
969 Isolate* isolate, Handle<SmallOrderedNameDictionary> table, in Rehash()
979 Handle<Derived> SmallOrderedHashTable<Derived>::Shrink(Isolate* isolate, in Shrink()
989 Isolate* isolate, Handle<Derived> table) { in Grow()
1015 InternalIndex SmallOrderedHashTable<Derived>::FindEntry(Isolate* isolate, in FindEntry()
1082 OrderedHashTableHandler<SmallTable, LargeTable>::Allocate(Isolate* isolate, in Allocate()
1104 Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) { in Delete()
1117 Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) { in HasKey()
1146 Isolate* isolate, Handle<SmallOrderedHashMap> table) { in AdjustRepresentation()
1173 Isolate* isolate, Handle<SmallOrderedHashSet> table) { in AdjustRepresentation()
1198 Isolate* isolate, Handle<SmallOrderedNameDictionary> table) { in AdjustRepresentation()
1224 MaybeHandle<HeapObject> OrderedHashMapHandler::Add(Isolate* isolate, in Add()
1249 MaybeHandle<HeapObject> OrderedHashSetHandler::Add(Isolate* isolate, in Add()
1273 Isolate* isolate, Handle<HeapObject> table, Handle<Name> key, in Add()
1312 InternalIndex OrderedNameDictionaryHandler::FindEntry(Isolate* isolate, in FindEntry()
1411 Isolate* isolate, Handle<HeapObject> table) { in Shrink()
1424 Isolate* isolate, Handle<HeapObject> table, InternalIndex entry) { in DeleteEntry()