HomeSort by relevance Sort by last modified time
    Searched defs:Subregion (Results 1 - 2 of 2) sorted by null

  /art/runtime/
bit_memory_region.h 24 // Bit memory region is a bit offset subregion of a normal memoryregion. This is useful for
33 region_ = region.Subregion(start, end - start);
43 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_size) const {
memory_region.h 182 ALWAYS_INLINE MemoryRegion Subregion(uintptr_t offset, uintptr_t size_in) const {

Completed in 74 milliseconds