Home
last modified time | relevance | path

Searched defs:page (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddexdiag.cc186 static uint16_t FindSectionTypeForPage(size_t page, in FindSectionTypeForPage()
210 for (size_t page = start; page < end; ++page) { in ProcessPageMap() local
244 for (size_t page = start; page < end; ++page) { in DisplayDexStatistics() local
377 for (size_t page = 0; page < pagemap.size(); ++page) { in ProcessOneOatMapping() local
/art/runtime/gc/collector/
Dmark_compact.cc1990 uint8_t* page, in DoPageCompactionWithStateChange()
2174 void MarkCompact::CompactMovingSpace(uint8_t* page) { in CompactMovingSpace()
2251 void MarkCompact::UpdateNonMovingPage(mirror::Object* first, uint8_t* page) { in UpdateNonMovingPage()
2306 uint8_t* page = non_moving_space_->Begin() + non_moving_first_objs_count_ * kPageSize; in UpdateNonMovingSpace() local
3255 void MarkCompact::MapUpdatedLinearAllocPage(uint8_t* page, in MapUpdatedLinearAllocPage()