Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc60 DexRegisterLocationCatalog dex_register_location_catalog = in GetLocationInternalKind() local
66 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index); in GetLocationInternalKind()
73 DexRegisterLocationCatalog dex_register_location_catalog = in GetDexRegisterLocation() local
79 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index); in GetDexRegisterLocation()
/art/compiler/optimizing/
Dstack_map_stream.cc276 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region); in FillIn() local
281 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location); in FillIn()