Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2007 auto dcd_it = class_linker->GetDexCachesData().find(dex_file); in ProcessDexFileObjects() local
2008 DCHECK(dcd_it != class_linker->GetDexCachesData().end()) << dex_file->GetLocation(); in ProcessDexFileObjects()
2010 DecodeWeakGlobalWithoutRB<mirror::DexCache>(vm, self, dcd_it->second.weak_root); in ProcessDexFileObjects()