Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc3850 AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED); in CopyFixedDoubleArrayWithMap()
3920 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure); in AllocateUninitializedFixedDoubleArray()
3929 AllocationResult Heap::AllocateRawFixedDoubleArray(int length, in AllocateRawFixedDoubleArray() function in v8::internal::Heap
Dheap.h2042 AllocateRawFixedDoubleArray(int length, PretenureFlag pretenure);