Searched refs:AllocateFixedTypedArray (Results 1 – 3 of 3) sorted by relevance
2087 AllocateFixedTypedArray(int length, ExternalArrayType array_type,
3352 AllocationResult Heap::AllocateFixedTypedArray(int length, in AllocateFixedTypedArray() function in v8::internal::Heap3864 return AllocateFixedTypedArray(0, array_type, false, TENURED); in AllocateEmptyFixedTypedArray()
1157 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateFixedTypedArray( in NewFixedTypedArray()