Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc78 auto it = location_catalog_entries_indices_.Find(location); in AddDexRegisterEntry()
79 if (it != location_catalog_entries_indices_.end()) { in AddDexRegisterEntry()
87 location_catalog_entries_indices_.Insert(std::make_pair(location, index)); in AddDexRegisterEntry()
Dstack_map_stream.h144 LocationCatalogEntriesIndices location_catalog_entries_indices_; variable