Searched refs:other_it (Results 1 – 2 of 2) sorted by relevance
647 auto other_it = other.IsValid() ? GetGMapsEntry(other) : gMaps->end(); in swap() local654 DCHECK(other_it != gMaps->end()); in swap()655 DCHECK_EQ(other_it->second, &other); in swap()656 other_it->second = this; in swap()
1908 const auto& other_it = other.inline_caches->find(dex_pc); in operator ==() local1909 if (other_it == other.inline_caches->end()) { in operator ==()1912 const DexPcData& other_dex_pc_data = other_it->second; in operator ==()