Lines Matching refs:DexRegisterLocationCatalog
234 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()
1070 offset += DexRegisterLocationCatalog::SingleLargeEntrySize(); in ComputeDexRegisterLocationCatalogSize()