Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap.h2159 class PagedSpaces BASE_EMBEDDED {
2161 explicit PagedSpaces(Heap* heap) : heap_(heap), counter_(OLD_POINTER_SPACE) {} in PagedSpaces() function
Dheap.cc485 PagedSpaces spaces(this); in RepairFreeListsAfterBoot()
5042 PagedSpaces spaces(this); in DisableInlineAllocation()
5425 PagedSpace* PagedSpaces::next() { in next()
Dmark-compact.cc965 PagedSpaces spaces(heap()); in Prepare()
3203 PagedSpaces spaces(heap()); in EvacuatePages()