Home
last modified time | relevance | path

Searched refs:AllocateFixedArrayWithHoles (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dbuiltins.cc222 { MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(len); in ArrayCodeGenericCommon()
257 maybe_elms = heap->AllocateFixedArrayWithHoles(number_of_elements); in ArrayCodeGenericCommon()
Dfactory.cc57 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure), in NewFixedArrayWithHoles()
Dheap.h793 MUST_USE_RESULT MaybeObject* AllocateFixedArrayWithHoles(
Dheap.cc3869 maybe_elms = AllocateFixedArrayWithHoles(capacity); in AllocateJSArrayAndStorage()
4579 MaybeObject* Heap::AllocateFixedArrayWithHoles(int length, in AllocateFixedArrayWithHoles() function in v8::internal::Heap
4769 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
Dobjects.cc8467 { MaybeObject* maybe = heap->AllocateFixedArrayWithHoles(capacity); in SetFastElementsCapacityAndLength()
8568 MaybeObject* maybe_obj = heap->AllocateFixedArrayWithHoles(capacity); in Initialize()
Druntime.cc1760 isolate->heap()->AllocateFixedArrayWithHoles(elements_count); in RUNTIME_FUNCTION()