Searched refs:dcd_it (Results 1 – 1 of 1) sorted by relevance
2007 auto dcd_it = class_linker->GetDexCachesData().find(dex_file); in ProcessDexFileObjects() local2008 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()