Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc34 current_entry_.dex_register_locations_start_index = dex_register_locations_.Size(); in BeginStackMapEntry()
268 dex_register_locations_.Get(entry.dex_register_locations_start_index in FillIn()
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()
Dstack_map_stream.h94 size_t dex_register_locations_start_index; member