Searched refs:AllocateRawFixedArray (Results 1 – 2 of 2) sorted by relevance
2545 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::Heap3986 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller()4008 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray()
2010 AllocateRawFixedArray(int length, PretenureFlag pretenure);