Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dspaces.cc119 stop_page_ = space->AllocationTopPage(); in PageIterator()
726 Page* top_page = AllocationTopPage(); in Shrink()
756 Page* last_page = AllocationTopPage(); in EnsureCapacity()
Dspaces.h929 Page* AllocationTopPage() { return TopPageOf(allocation_info_); } in AllocationTopPage() function