Home
last modified time | relevance | path

Searched refs:AllocateFixedArrayWithFiller (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h2018 AllocateFixedArrayWithFiller(int length, PretenureFlag pretenure,
Dheap.cc3976 AllocationResult Heap::AllocateFixedArrayWithFiller(int length, in AllocateFixedArrayWithFiller() function in v8::internal::Heap
3999 return AllocateFixedArrayWithFiller(length, pretenure, undefined_value()); in AllocateFixedArray()
/external/v8/src/
Dfactory.cc169 isolate()->heap()->AllocateFixedArrayWithFiller(size, in NewFixedArrayWithHoles()