Searched defs:unresolved_exception_types (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc1115 std::set<std::pair<dex::TypeIndex, const DexFile*>> unresolved_exception_types; local
1120 unresolved_exception_types.clear();
1127 visitor.FindExceptionTypesToResolve(&unresolved_exception_types);
1129 for (const auto& exception_type : unresolved_exception_types) {
1150 } while (!unresolved_exception_types.empty());

Completed in 27 milliseconds