Searched refs:CopyIoctl (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/collector/ |
D | mark_compact.h | 591 size_t CopyIoctl(void* dst, void* buffer, size_t length, bool return_on_contention);
|
D | mark_compact.cc | 2154 size_t MarkCompact::CopyIoctl(void* dst, void* buffer, size_t length, bool return_on_contention) { in CopyIoctl() function in art::gc::collector::MarkCompact 2234 CopyIoctl(to_space_page, page, gPageSize, /*return_on_contention=*/false); in DoPageCompactionWithStateChange() 2594 CopyIoctl(to_space_start, from_space_start, map_count * gPageSize, return_on_contention); in MapMovingSpacePages() 3720 CopyIoctl(fault_page, buf, gPageSize, /*return_on_contention=*/false); in ConcurrentlyProcessMovingPage() 3790 map_len = CopyIoctl(start_page, in MapUpdatedLinearAllocPages()
|