Lines Matching refs:Allocate
20 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::Allocate(
113 Allocate(isolate, kInitialCapacity, allocation_type).ToHandleChecked();
255 Derived::Allocate(isolate, new_capacity,
514 MaybeHandle<OrderedHashSet> OrderedHashSet::Allocate(
516 return Base::Allocate(isolate, capacity, allocation);
520 MaybeHandle<OrderedHashMap> OrderedHashMap::Allocate(
522 return Base::Allocate(isolate, capacity, allocation);
526 MaybeHandle<OrderedNameDictionary> OrderedNameDictionary::Allocate(
529 Base::Allocate(isolate, capacity, allocation);
574 template V8_EXPORT_PRIVATE MaybeHandle<OrderedHashSet> OrderedHashSet::Allocate(
598 template V8_EXPORT_PRIVATE MaybeHandle<OrderedHashMap> OrderedHashMap::Allocate(
619 OrderedNameDictionary::Allocate(Isolate* isolate, int capacity,
623 OrderedNameDictionary::Allocate(LocalIsolate* isolate, int capacity,
651 SmallOrderedHashTable<SmallOrderedHashSet>::Allocate(
658 SmallOrderedHashTable<SmallOrderedHashMap>::Allocate(
665 SmallOrderedHashTable<SmallOrderedNameDictionary>::Allocate(
924 Handle<Derived> new_table = SmallOrderedHashTable<Derived>::Allocate(
1082 OrderedHashTableHandler<SmallTable, LargeTable>::Allocate(Isolate* isolate,
1085 return SmallTable::Allocate(isolate, capacity);
1088 return LargeTable::Allocate(isolate, capacity);
1092 OrderedHashTableHandler<SmallOrderedHashSet, OrderedHashSet>::Allocate(
1095 OrderedHashTableHandler<SmallOrderedHashMap, OrderedHashMap>::Allocate(
1099 OrderedNameDictionary>::Allocate(Isolate* isolate,
1148 OrderedHashMap::Allocate(isolate, OrderedHashTableMinSize);
1175 OrderedHashSet::Allocate(isolate, OrderedHashTableMinSize);
1200 OrderedNameDictionary::Allocate(isolate, OrderedHashTableMinSize);