Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1778 AllocateFixedTypedArray(int length, ExternalArrayType array_type,
Dheap.cc3395 AllocationResult Heap::AllocateFixedTypedArray(int length, in AllocateFixedTypedArray() function in v8::internal::Heap
3964 return AllocateFixedTypedArray(0, array_type, TENURED); in AllocateEmptyFixedTypedArray()
/external/v8/src/
Dfactory.cc902 isolate()->heap()->AllocateFixedTypedArray(length, in NewFixedTypedArray()