AllocateFixedArrayWithHoles 225 src/builtins.cc { MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(len);
AllocateFixedArrayWithHoles 267 src/builtins.cc maybe_elms = heap->AllocateFixedArrayWithHoles(number_of_elements);
AllocateFixedArrayWithHoles 58 src/factory.cc isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure),
AllocateFixedArrayWithHoles 4039 src/heap.cc maybe_elms = AllocateFixedArrayWithHoles(capacity);
AllocateFixedArrayWithHoles 4971 src/heap.cc AllocateFixedArrayWithHoles(scope_info->ContextLength());
AllocateFixedArrayWithHoles 797 src/heap.h MUST_USE_RESULT MaybeObject* AllocateFixedArrayWithHoles(
AllocateFixedArrayWithHoles 4291 src/objects-inl.h heap->AllocateFixedArrayWithHoles(kElementsKindCount);
AllocateFixedArrayWithHoles 8494 src/objects.cc { MaybeObject* maybe = heap->AllocateFixedArrayWithHoles(capacity);
AllocateFixedArrayWithHoles 8612 src/objects.cc MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(capacity);
AllocateFixedArrayWithHoles 1826 src/runtime.cc isolate->heap()->AllocateFixedArrayWithHoles(elements_count);