Searched refs:AllocateRawFixedArray (Results 1 – 2 of 2) sorted by relevance
165 HeapObject* Factory::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Factory282 HeapObject* result = AllocateRawFixedArray(length, pretenure); in NewPropertyArray()293 HeapObject* result = AllocateRawFixedArray(length, pretenure); in NewFixedArrayWithFiller()1961 HeapObject* obj = AllocateRawFixedArray(len, NOT_TENURED); in CopyArrayWithMap()1988 HeapObject* obj = AllocateRawFixedArray(new_len, pretenure); in CopyArrayAndGrow()2020 HeapObject* obj = AllocateRawFixedArray(new_len, pretenure); in CopyWeakFixedArrayAndGrow()2072 HeapObject* obj = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayUpTo()
976 HeapObject* AllocateRawFixedArray(int length, PretenureFlag pretenure);