Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1764 MUST_USE_RESULT AllocationResult AllocateConstantPoolArray(
Dheap.cc4023 AllocationResult allocation = AllocateConstantPoolArray(small); in CopyConstantPoolArrayWithMap()
4123 AllocationResult Heap::AllocateConstantPoolArray( in AllocateConstantPoolArray() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc124 isolate()->heap()->AllocateConstantPoolArray(small), in NewConstantPoolArray()