Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc2545 AllocationResult allocation = AllocateRawFixedArray(capacity, TENURED); in AllocateTransitionArray()
3842 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray()
3875 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayAndGrow()
3899 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayUpTo()
3918 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); in CopyFixedArrayWithMap()
3957 AllocationResult Heap::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Heap
3986 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller()
4008 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray()
Dheap.h2010 AllocateRawFixedArray(int length, PretenureFlag pretenure);