Searched refs:dex_register_location (Results 1 – 2 of 2) sorted by relevance
138 DexRegisterLocation dex_register_location = in ComputeDexRegisterLocationCatalogSize() local140 size += DexRegisterLocationCatalog::EntrySize(dex_register_location); in ComputeDexRegisterLocationCatalogSize()218 DexRegisterLocation dex_register_location = location_catalog_entries_.Get(i); in FillIn() local219 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location); in FillIn()220 location_catalog_offset += DexRegisterLocationCatalog::EntrySize(dex_register_location); in FillIn()
241 void SetRegisterInfo(size_t offset, const DexRegisterLocation& dex_register_location) { in SetRegisterInfo() argument242 DexRegisterLocation::Kind kind = ComputeCompressedKind(dex_register_location); in SetRegisterInfo()243 int32_t value = dex_register_location.GetValue(); in SetRegisterInfo()