Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc3748 bool MarkCompact::MapUpdatedLinearAllocPages(uint8_t* start_page, in MapUpdatedLinearAllocPages() argument
3760 uint8_t* end_page = start_page + length; in MapUpdatedLinearAllocPages()
3761 while (start_page < end_page) { in MapUpdatedLinearAllocPages()
3787 start_page += gPageSize; in MapUpdatedLinearAllocPages()
3790 map_len = CopyIoctl(start_page, in MapUpdatedLinearAllocPages()
3810 start_page += map_len; in MapUpdatedLinearAllocPages()
Dmark_compact.h598 bool MapUpdatedLinearAllocPages(uint8_t* start_page,