Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmemory_region.h147 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); in ComputeBitPointer() local
148 return ComputeInternalPointer<uint8_t>(byte_offset); in ComputeBitPointer()
/art/runtime/gc/allocator/
Drosalloc.h612 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; in ToPageMapIndex() local
613 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0)); in ToPageMapIndex()
614 return byte_offset / kPageSize; in ToPageMapIndex()