Searched refs:AllocateHashTable (Results 1 – 3 of 3) sorted by relevance
468 static Object* AllocateHashTable(int length);
2991 Object* Heap::AllocateHashTable(int length) { in AllocateHashTable() function in v8::internal::Heap
6847 Object* obj = Heap::AllocateHashTable(EntryToIndex(capacity)); in Allocate()