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.h66 location_catalog_entries_indices_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream()
188 LocationCatalogEntriesIndices location_catalog_entries_indices_; variable
Dstack_map_stream.cc73 auto it = location_catalog_entries_indices_.Find(location); in AddDexRegisterEntry()
74 if (it != location_catalog_entries_indices_.end()) { in AddDexRegisterEntry()
82 location_catalog_entries_indices_.Insert(std::make_pair(location, index)); in AddDexRegisterEntry()