Home
last modified time | relevance | path

Searched refs:GetLocationCatalogEntryIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc100 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
102 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
196 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
198 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
253 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
255 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
331 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
333 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( in TEST()
/art/runtime/
Dstack_map.cc32 size_t location_catalog_entry_index = GetLocationCatalogEntryIndex( in GetLocationInternalKind()
44 size_t location_catalog_entry_index = GetLocationCatalogEntryIndex( in GetDexRegisterLocation()
263 size_t location_catalog_entry_index = dex_register_map.GetLocationCatalogEntryIndex( in Dump()
Dstack_map.h526 size_t GetLocationCatalogEntryIndex(uint16_t dex_register_number, in GetLocationCatalogEntryIndex() function