Home
last modified time | relevance | path

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

/art/runtime/
Dmemory_region.h207 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); in ComputeBitPointer() local
208 return ComputeInternalPointer<uint8_t>(byte_offset); in ComputeBitPointer()
Dstack_map.h1144 size_t byte_offset = kInvalidOffset; member
1161 byte_offset = *offset / kBitsPerByte; in UpdateBitOffset()
1375 return DexRegisterLocationCatalog(region_.Subregion(encoding.location_catalog.byte_offset, in GetDexRegisterLocationCatalog()
1432 const uint32_t offset = encoding.dex_register_map.byte_offset + in GetDexRegisterMapOf()
1457 uint32_t offset = encoding.dex_register_map.byte_offset + in GetDexRegisterMapAtDepth()
/art/runtime/gc/allocator/
Drosalloc.h611 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; in ToPageMapIndex() local
612 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0)); in ToPageMapIndex()
613 return byte_offset / kPageSize; in ToPageMapIndex()
/art/compiler/optimizing/
Dstack_map_stream.cc329 encoding.dex_register_map.byte_offset, in FillInCodeInfo()
334 encoding.location_catalog.byte_offset, in FillInCodeInfo()