Searched refs:AllocateByteArray (Results 1 – 5 of 5) sorted by relevance
46 heap->AllocateByteArray(100).ToObjectChecked(); in AllocateAfterFailures()59 heap->AllocateByteArray(100, TENURED).ToObjectChecked(); in AllocateAfterFailures()
95 using i::Heap::AllocateByteArray; in EXTENSION_LIST()
2588 if (!AllocateByteArray(0, TENURED).To(&byte_array)) return false; in CreateInitialMaps()3198 AllocationResult Heap::AllocateByteArray(int length, PretenureFlag pretenure) { in AllocateByteArray() function in v8::internal::Heap3502 AllocateByteArray(reloc_info.length(), TENURED); in CopyCode()
1399 AllocateByteArray(int length, PretenureFlag pretenure = NOT_TENURED);
875 isolate()->heap()->AllocateByteArray(length, pretenure), in NewByteArray()