Home
last modified time | relevance | path

Searched refs:AllocateExtendedConstantPoolArray (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h1767 MUST_USE_RESULT AllocationResult AllocateExtendedConstantPoolArray(
Dheap.cc4018 AllocateExtendedConstantPoolArray(small, extended); in CopyConstantPoolArrayWithMap()
4147 AllocationResult Heap::AllocateExtendedConstantPoolArray( in AllocateExtendedConstantPoolArray() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc136 isolate()->heap()->AllocateExtendedConstantPoolArray(small, extended), in NewExtendedConstantPoolArray()