Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.h1066 return page == TopPageOf(allocation_info_) ? top() in PageAllocationTop()
1137 TopPageOf(mc_forwarding_info_)-> in MCWriteRelocationInfoToPage()
1179 Page* AllocationTopPage() { return TopPageOf(allocation_info_); } in AllocationTopPage()
1217 static Page* TopPageOf(AllocationInfo alloc_info) { in TopPageOf() function
1262 Page* MCRelocationTopPage() { return TopPageOf(mc_forwarding_info_); } in MCRelocationTopPage()
Dspaces.cc983 Page* current_page = TopPageOf(mc_forwarding_info_); in SlowMCAllocateRaw()
2218 PutRestOfCurrentPageOnFreeList(TopPageOf(allocation_info_)); in ReserveSpace()
2220 Page* reserved_page = TopPageOf(allocation_info_); in ReserveSpace()
2231 ASSERT(TopPageOf(allocation_info_)->next_page()->is_valid()); in ReserveSpace()
2232 TopPageOf(allocation_info_)->next_page()->InvalidateWatermark(true); in ReserveSpace()
2234 TopPageOf(allocation_info_)->next_page()); in ReserveSpace()
2254 Page* current_page = TopPageOf(allocation_info_); in SlowAllocateRaw()
2558 Page* current_page = TopPageOf(allocation_info_); in SlowAllocateRaw()