Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc430 for (uint32_t test_entry_index : entries_it->second) { in FindEntryWithTheSameDexMap() local
431 if (HaveTheSameDexMaps(GetStackMap(test_entry_index), current_entry_)) { in FindEntryWithTheSameDexMap()
432 return test_entry_index; in FindEntryWithTheSameDexMap()