Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc2102 size_t MarkCompact::ZeropageIoctl(void* addr, in ZeropageIoctl() function in art::gc::collector::MarkCompact
3473 ZeropageIoctl(fault_addr, gPageSize, /*tolerate_eexist=*/false, /*tolerate_enoent=*/false); in ConcurrentCompaction()
3611 ZeropageIoctl(fault_page, gPageSize, /*tolerate_eexist=*/true, /*tolerate_enoent=*/true); in ConcurrentlyProcessMovingPage()
3634 ZeropageIoctl(fault_page, length, /*tolerate_eexist=*/true, /*tolerate_enoent=*/true); in ConcurrentlyProcessMovingPage()
3858 ZeropageIoctl(fault_page, gPageSize, /*tolerate_eexist=*/true, /*tolerate_enoent=*/false); in ConcurrentlyProcessLinearAllocPage()
3906 ZeropageIoctl( in ConcurrentlyProcessLinearAllocPage()
4099 ZeropageIoctl( in ProcessLinearAlloc()
Dmark_compact.h584 size_t ZeropageIoctl(void* addr, size_t length, bool tolerate_eexist, bool tolerate_enoent);