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