Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc3942 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray()
3972 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); in CopyFixedArrayWithMap()
4034 AllocationResult Heap::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Heap
4056 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller()
4078 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray()
Dheap.h1687 AllocateRawFixedArray(int length, PretenureFlag pretenure);