Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc681 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap() local
684 DCHECK(this_it != gMaps->end()); in swap()
685 DCHECK_EQ(this_it->second, this); in swap()
686 this_it->second = &other; in swap()
/art/runtime/
Dclass_linker.cc10982 auto this_it = it; in CleanupClassLoaders() local
10984 const ClassLoaderData& data = *this_it; in CleanupClassLoaders()
10990 to_delete.splice(to_delete.end(), class_loaders_, this_it); in CleanupClassLoaders()