Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc523 int page_offset = start % kPageSize; in MapFileAtAddress() local
524 off_t page_aligned_offset = start - page_offset; in MapFileAtAddress()
526 size_t page_aligned_byte_count = RoundUp(byte_count + page_offset, kPageSize); in MapFileAtAddress()
530 (expected_ptr == nullptr) ? nullptr : (expected_ptr - page_offset); in MapFileAtAddress()
565 const uint8_t *real_start = actual + page_offset; in MapFileAtAddress()
566 const uint8_t *real_end = actual + page_offset + byte_count; in MapFileAtAddress()
580 actual + page_offset, in MapFileAtAddress()