Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_deps.cc768 for (const auto& dep : dex_deps_) { in Dump() local
769 const DexFile& dex_file = *dep.first; in Dump()
777 for (const std::string& str : dep.second->strings_) { in Dump()
781 for (const TypeAssignability& entry : dep.second->assignable_types_) { in Dump()
789 for (const TypeAssignability& entry : dep.second->unassignable_types_) { in Dump()
797 for (const ClassResolution& entry : dep.second->classes_) { in Dump()
805 for (const FieldResolution& entry : dep.second->fields_) { in Dump()
823 for (const MethodResolution& method : dep.second->methods_) { in Dump()
841 for (dex::TypeIndex type_index : dep.second->unverified_classes_) { in Dump()