Home
last modified time | relevance | path

Searched refs:AllocateFixedDoubleArrayWithHoles (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.h811 MUST_USE_RESULT MaybeObject* AllocateFixedDoubleArrayWithHoles(
Dheap.cc3860 maybe_elms = AllocateFixedDoubleArrayWithHoles(capacity); in AllocateJSArrayAndStorage()
4635 MaybeObject* Heap::AllocateFixedDoubleArrayWithHoles( in AllocateFixedDoubleArrayWithHoles() function in v8::internal::Heap