Searched refs:dex_register_location_catalog (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack_map.cc30 DexRegisterLocationCatalog dex_register_location_catalog = local
36 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index);
42 DexRegisterLocationCatalog dex_register_location_catalog = local
48 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
248 DexRegisterLocationCatalog dex_register_location_catalog = GetDexRegisterLocationCatalog(); local
250 DexRegisterLocation location = dex_register_location_catalog.GetDexRegisterLocation(i);
/art/compiler/optimizing/
H A Dstack_map_stream.cc213 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region);
214 // Offset in `dex_register_location_catalog` where to store the next
219 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location);

Completed in 191 milliseconds