Home
last modified time | relevance | path

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

/art/runtime/
Dmemory_region.h176 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); in ComputeBitPointer() local
177 return ComputeInternalPointer<uint8_t>(byte_offset); in ComputeBitPointer()
/art/runtime/gc/allocator/
Drosalloc.h378 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; in ToPageMapIndex() local
379 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0)); in ToPageMapIndex()
380 return byte_offset / kPageSize; in ToPageMapIndex()