HomeSort by relevance Sort by last modified time
    Searched refs:Subregion (Results 1 - 4 of 4) 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 {
stack_map.h     [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 283 dex_register_locations_region.Subregion(entry.offset, entry_size));
328 MemoryRegion dex_register_locations_region = region.Subregion(
333 MemoryRegion dex_register_location_catalog_region = region.Subregion(

Completed in 73 milliseconds