Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc194 MemoryRegion dex_register_locations_region = region.Subregion( in FillIn()
197 MemoryRegion inline_infos_region = region.Subregion( in FillIn()
211 MemoryRegion dex_register_location_catalog_region = region.Subregion( in FillIn()
251 dex_register_locations_region.Subregion( in FillIn()
283 MemoryRegion inline_region = inline_infos_region.Subregion( in FillIn()
/art/runtime/
Dstack_map.h889 return DexRegisterLocationCatalog(region_.Subregion( in GetDexRegisterLocationCatalog()
896 return StackMap(GetStackMaps().Subregion(i * size, size)); in GetStackMapAt()
964 return DexRegisterMap(region_.Subregion(offset, size)); in GetDexRegisterMapOf()
971 return InlineInfo(region_.Subregion(offset, in GetInlineInfoOf()
1021 : region_.Subregion(GetStackMapsOffset(), GetStackMapsSize()); in GetStackMaps()
1034 MemoryRegion(region_.Subregion(dex_register_map_offset_in_code_info, in ComputeDexRegisterMapSizeOf()
Dmemory_region.h151 MemoryRegion Subregion(uintptr_t offset, uintptr_t size_in) const { in Subregion() function
Dstack_map.cc198 return region_.Subregion(info.ComputeStackMapStackMaskOffset(), info.GetStackMaskSize()); in GetStackMask()