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.h68 location_catalog_entries_indices_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream()
237 LocationCatalogEntriesIndices location_catalog_entries_indices_; variable
Dstack_map_stream.cc82 auto it = location_catalog_entries_indices_.Find(location); in AddDexRegisterEntry()
83 if (it != location_catalog_entries_indices_.end()) { in AddDexRegisterEntry()
91 location_catalog_entries_indices_.Insert(std::make_pair(location, index)); in AddDexRegisterEntry()