Home
last modified time | relevance | path

Searched refs:dex_register_location (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc138 DexRegisterLocation dex_register_location = in ComputeDexRegisterLocationCatalogSize() local
140 size += DexRegisterLocationCatalog::EntrySize(dex_register_location); in ComputeDexRegisterLocationCatalogSize()
218 DexRegisterLocation dex_register_location = location_catalog_entries_.Get(i); in FillIn() local
219 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location); in FillIn()
220 location_catalog_offset += DexRegisterLocationCatalog::EntrySize(dex_register_location); in FillIn()
/art/runtime/
Dstack_map.h241 void SetRegisterInfo(size_t offset, const DexRegisterLocation& dex_register_location) { in SetRegisterInfo() argument
242 DexRegisterLocation::Kind kind = ComputeCompressedKind(dex_register_location); in SetRegisterInfo()
243 int32_t value = dex_register_location.GetValue(); in SetRegisterInfo()