Searched refs:AllocateRawArray (Results 1 – 2 of 2) sorted by relevance
154 HeapObject* Factory::AllocateRawArray(int size, PretenureFlag pretenure) { in AllocateRawArray() function in v8::internal::Factory170 return AllocateRawArray(FixedArray::SizeFor(length), pretenure); in AllocateRawFixedArray()178 return AllocateRawArray(WeakArrayList::SizeForCapacity(capacity), pretenure); in AllocateRawWeakArrayList()326 AllocateRawArray(WeakFixedArray::SizeFor(length), pretenure); in NewWeakFixedArrayWithMap()357 AllocateRawArray(WeakFixedArray::SizeFor(length), pretenure); in NewWeakFixedArray()
975 HeapObject* AllocateRawArray(int size, PretenureFlag pretenure);