Home
last modified time | relevance | path

Searched refs:AllocateJSArrayAndStorage (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dbuiltins.cc760 heap->AllocateJSArrayAndStorage(elements_kind, in BUILTIN()
833 heap->AllocateJSArrayAndStorage(elements_kind, in BUILTIN()
972 heap->AllocateJSArrayAndStorage(elements_kind, in BUILTIN()
Dheap.h536 return AllocateJSArrayAndStorage(elements_kind, 0, 0,
543 MUST_USE_RESULT MaybeObject* AllocateJSArrayAndStorage(
Dfactory.cc952 isolate()->heap()->AllocateJSArrayAndStorage( in NewJSArray()
Dheap.cc3836 MaybeObject* Heap::AllocateJSArrayAndStorage( in AllocateJSArrayAndStorage() function in v8::internal::Heap