Home
last modified time | relevance | path

Searched refs:AllocateRawArray (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dfactory.cc154 HeapObject* Factory::AllocateRawArray(int size, PretenureFlag pretenure) { in AllocateRawArray() function in v8::internal::Factory
170 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()
Dfactory.h975 HeapObject* AllocateRawArray(int size, PretenureFlag pretenure);