Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2087 AllocateFixedTypedArray(int length, ExternalArrayType array_type,
Dheap.cc3352 AllocationResult Heap::AllocateFixedTypedArray(int length, in AllocateFixedTypedArray() function in v8::internal::Heap
3864 return AllocateFixedTypedArray(0, array_type, false, TENURED); in AllocateEmptyFixedTypedArray()
/external/v8/src/
Dfactory.cc1157 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateFixedTypedArray( in NewFixedTypedArray()