Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.h504 void ConcurrentlyProcessMovingPage(uint8_t* fault_page,
Dmark_compact.cc3486 ConcurrentlyProcessMovingPage<kMode>(fault_page, buf, nr_moving_space_used_pages); in ConcurrentCompaction()
3545 ConcurrentlyProcessMovingPage<kMinorFaultMode>( in SigbusHandler()
3548 ConcurrentlyProcessMovingPage<kCopyMode>( in SigbusHandler()
3582 void MarkCompact::ConcurrentlyProcessMovingPage(uint8_t* fault_page, in ConcurrentlyProcessMovingPage() function in art::gc::collector::MarkCompact