Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc648 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap() local
651 DCHECK(this_it != gMaps->end()); in swap()
652 DCHECK_EQ(this_it->second, this); in swap()
653 this_it->second = &other; in swap()