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

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

Completed in 72 milliseconds