Searched refs:paged_space (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/heap/
H A Dtest-spaces.cc505 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
513 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
/external/v8/src/heap/
H A Dheap.h933 PagedSpace* paged_space(int idx) { function in class:v8::internal::Heap
955 return paged_space(idx);
H A Dmark-compact.cc3866 heap_->paged_space(identity), page, nullptr);
3870 heap_->paged_space(identity), page, nullptr);
3874 heap_->paged_space(identity), page, nullptr);
3905 heap_->paged_space(space)->accounting_stats_.ShrinkSpace(to_sweep);
H A Dheap.cc1154 allocation = paged_space(space)->AllocateRawUnaligned(

Completed in 99 milliseconds