Searched defs:BitMemoryRegion (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dbit_memory_region.h26 class BitMemoryRegion FINAL : public ValueObject {
28 BitMemoryRegion() = default;
29 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_size) { function in class:art::FINAL
43 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_size) const {
44 return BitMemoryRegion(region_, bit_start_ + bit_offset, bit_size);

Completed in 1013 milliseconds