Searched refs:AllocateByteArray (Results 1 – 3 of 3) sorted by relevance
1940 AllocateByteArray(int length, PretenureFlag pretenure = NOT_TENURED);
2389 if (!AllocateByteArray(0, TENURED).To(&byte_array)) return false; in CreateInitialMaps()3002 AllocationResult Heap::AllocateByteArray(int length, PretenureFlag pretenure) { in AllocateByteArray() function in v8::internal::Heap
1080 isolate()->heap()->AllocateByteArray(length, pretenure), in NewByteArray()