Searched refs:AllocateRawFixedDoubleArray (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dheap.h2014 AllocateRawFixedDoubleArray(int length, PretenureFlag pretenure);
H A Dheap.cc3946 AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED);
4023 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure);
4032 AllocationResult Heap::AllocateRawFixedDoubleArray(int length, function in class:v8::internal::Heap

Completed in 84 milliseconds