Searched refs:Subregion (Results 1 – 3 of 3) sorted by relevance
142 MemoryRegion dex_register_maps_region = region.Subregion( in FillIn()146 MemoryRegion inline_infos_region = region.Subregion( in FillIn()165 MemoryRegion region = dex_register_maps_region.Subregion( in FillIn()180 MemoryRegion region = inline_infos_region.Subregion( in FillIn()
181 return region_.Subregion(kStackMaskOffset, StackMaskSize()); in GetStackMask()231 return StackMap<T>(GetStackMaps().Subregion(i * size, size)); in GetStackMapAt()256 return DexRegisterMap(region_.Subregion(offset, in GetDexRegisterMapOf()263 return InlineInfo(region_.Subregion(offset, in GetInlineInfoOf()298 : region_.Subregion(kFixedSize, StackMapSize() * GetNumberOfStackMaps()); in GetStackMaps()
80 MemoryRegion Subregion(uintptr_t offset, uintptr_t size) const { in Subregion() function