AllocateByteArray  421 src/factory.cc       isolate()->heap()->AllocateByteArray(length, pretenure),
AllocateByteArray 2290 src/heap.cc      { MaybeObject* maybe_obj = AllocateByteArray(0, TENURED);
AllocateByteArray 3450 src/heap.cc        return AllocateByteArray(length);
AllocateByteArray 3529 src/heap.cc      MaybeObject* maybe_reloc_info = AllocateByteArray(desc.reloc_size, TENURED);
AllocateByteArray 3616 src/heap.cc            AllocateByteArray(reloc_info.length(), TENURED);
AllocateByteArray  734 src/heap.h       MUST_USE_RESULT MaybeObject* AllocateByteArray(int length,
AllocateByteArray  741 src/heap.h       MUST_USE_RESULT MaybeObject* AllocateByteArray(int length);
AllocateByteArray   57 test/cctest/test-alloc.cc     CHECK(!heap->AllocateByteArray(0)->IsFailure());
AllocateByteArray   65 test/cctest/test-alloc.cc   CHECK(!heap->AllocateByteArray(100)->IsFailure());