Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc263 for (size_t dex_register_number = 0, index_in_dex_register_locations = 0; in FillIn() local
269 + index_in_dex_register_locations); in FillIn()
271 index_in_dex_register_locations, in FillIn()
275 ++index_in_dex_register_locations; in FillIn()
340 int index_in_dex_register_locations = 0; in HaveTheSameDexMaps() local
347 a.dex_register_locations_start_index + index_in_dex_register_locations); in HaveTheSameDexMaps()
349 b.dex_register_locations_start_index + index_in_dex_register_locations); in HaveTheSameDexMaps()
353 ++index_in_dex_register_locations; in HaveTheSameDexMaps()