Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc553 int page_offset = start % GetPageSize(); in MapFileAtAddress() local
554 off_t page_aligned_offset = start - page_offset; in MapFileAtAddress()
556 size_t page_aligned_byte_count = RoundUp(byte_count + page_offset, GetPageSize()); in MapFileAtAddress()
560 (expected_ptr == nullptr) ? nullptr : (expected_ptr - page_offset); in MapFileAtAddress()
595 const uint8_t *real_start = actual + page_offset; in MapFileAtAddress()
596 const uint8_t *real_end = actual + page_offset + byte_count; in MapFileAtAddress()
610 actual + page_offset, in MapFileAtAddress()