Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc165 HeapObject* Factory::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::Factory
282 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()
Dfactory.h976 HeapObject* AllocateRawFixedArray(int length, PretenureFlag pretenure);