Searched refs:dep (Results 1 – 1 of 1) sorted by relevance
890 for (const auto& dep : dex_deps_) { in Dump() local891 dex_deps.emplace_back(dep.first, dep.second.get()); in Dump()899 for (const auto& dep : dex_deps) { in Dump() local900 const DexFile& dex_file = *dep.first; in Dump()908 for (const std::string& str : dep.second->strings_) { in Dump()912 for (const TypeAssignability& entry : dep.second->assignable_types_) { in Dump()920 for (const TypeAssignability& entry : dep.second->unassignable_types_) { in Dump()928 for (const ClassResolution& entry : dep.second->classes_) { in Dump()936 for (const FieldResolution& entry : dep.second->fields_) { in Dump()954 for (const MethodResolution& method : dep.second->methods_) { in Dump()[all …]