Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc649 auto other_it = other.IsValid() ? GetGMapsEntry(other) : gMaps->end(); in swap() local
656 DCHECK(other_it != gMaps->end()); in swap()
657 DCHECK_EQ(other_it->second, &other); in swap()
658 other_it->second = this; in swap()
/art/libprofile/profile/
Dprofile_compilation_info.cc1908 const auto& other_it = other.inline_caches->find(dex_pc); in operator ==() local
1909 if (other_it == other.inline_caches->end()) { in operator ==()
1912 const DexPcData& other_dex_pc_data = other_it->second; in operator ==()