Searched refs:AllocateFixedArrayWithHoles (Results 1 – 6 of 6) sorted by relevance
222 { MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(len); in ArrayCodeGenericCommon()257 maybe_elms = heap->AllocateFixedArrayWithHoles(number_of_elements); in ArrayCodeGenericCommon()
57 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure), in NewFixedArrayWithHoles()
793 MUST_USE_RESULT MaybeObject* AllocateFixedArrayWithHoles(
3869 maybe_elms = AllocateFixedArrayWithHoles(capacity); in AllocateJSArrayAndStorage()4579 MaybeObject* Heap::AllocateFixedArrayWithHoles(int length, in AllocateFixedArrayWithHoles() function in v8::internal::Heap4769 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
8467 { MaybeObject* maybe = heap->AllocateFixedArrayWithHoles(capacity); in SetFastElementsCapacityAndLength()8568 MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(capacity); in Initialize()
1760 isolate->heap()->AllocateFixedArrayWithHoles(elements_count); in RUNTIME_FUNCTION()