Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc119 size, Heap::SelectSpace(pretenure), alignment); in AllocateRawWithImmortalMap()
130 AllocationSpace space = Heap::SelectSpace(pretenure); in AllocateRawWithAllocationSite()
155 AllocationSpace space = Heap::SelectSpace(pretenure); in AllocateRawArray()
184 AllocationSpace space = Heap::SelectSpace(pretenure); in New()
373 AllocationSpace space = Heap::SelectSpace(pretenure); in TryNewFixedArray()
Dheap.h1595 static AllocationSpace SelectSpace(PretenureFlag pretenure) { in SelectSpace() function