Searched refs:location_catalog_entries_indices_ (Results 1 – 2 of 2) sorted by relevance
68 location_catalog_entries_indices_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream()237 LocationCatalogEntriesIndices location_catalog_entries_indices_; variable
82 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()