Home
last modified time | relevance | path

Searched refs:Subregion (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dbit_memory_region.h33 region_ = region.Subregion(start, end - start); in BitMemoryRegion()
43 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_size) const { in Subregion() function
Dmemory_region.h183 ALWAYS_INLINE MemoryRegion Subregion(uintptr_t offset, uintptr_t size_in) const { in Subregion() function
/art/compiler/optimizing/
Dstack_map_stream.cc292 dex_register_locations_region.Subregion(entry.offset, entry_size)); in MaybeCopyDexRegisterMap()
337 MemoryRegion dex_register_locations_region = region.Subregion( in FillInCodeInfo()
342 MemoryRegion dex_register_location_catalog_region = region.Subregion( in FillInCodeInfo()