Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h234 class DexRegisterLocationCatalog {
236 explicit DexRegisterLocationCatalog(MemoryRegion region) : region_(region) {} in DexRegisterLocationCatalog() function
530 return DexRegisterLocationCatalog::kNoLocationEntryIndex; in GetLocationCatalogEntryIndex()
888 DexRegisterLocationCatalog GetDexRegisterLocationCatalog() const { in GetDexRegisterLocationCatalog()
889 return DexRegisterLocationCatalog(region_.Subregion( in GetDexRegisterLocationCatalog()
1055 size_t offset = origin + DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()
1061 DexRegisterLocationCatalog::ShortLocation first_byte = in ComputeDexRegisterLocationCatalogSize()
1062 region_.LoadUnaligned<DexRegisterLocationCatalog::ShortLocation>(offset); in ComputeDexRegisterLocationCatalogSize()
1064 DexRegisterLocationCatalog::ExtractKindFromShortLocation(first_byte); in ComputeDexRegisterLocationCatalogSize()
1067 offset += DexRegisterLocationCatalog::SingleShortEntrySize(); in ComputeDexRegisterLocationCatalogSize()
[all …]
Dstack_map.cc23 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex;
30 DexRegisterLocationCatalog dex_register_location_catalog = in GetLocationInternalKind()
42 DexRegisterLocationCatalog dex_register_location_catalog = in GetDexRegisterLocation()
248 DexRegisterLocationCatalog dex_register_location_catalog = GetDexRegisterLocationCatalog(); in Dump()
/art/compiler/optimizing/
Dstack_map_stream.cc134 size_t size = DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()
140 size += DexRegisterLocationCatalog::EntrySize(dex_register_location); in ComputeDexRegisterLocationCatalogSize()
213 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region); in FillIn()
216 size_t location_catalog_offset = DexRegisterLocationCatalog::kFixedSize; in FillIn()
220 location_catalog_offset += DexRegisterLocationCatalog::EntrySize(dex_register_location); in FillIn()
Dstack_map_test.cc60 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(); in TEST()
154 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(); in TEST()
296 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(); in TEST()
335 ASSERT_EQ(DexRegisterLocationCatalog::kNoLocationEntryIndex, index0); in TEST()
489 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(); in TEST()