Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc649 std::set<std::pair<uint16_t, const DexFile*>>& exceptions_to_resolve) in ResolveExceptionsForMethod() argument
672 exceptions_to_resolve.insert( in ResolveExceptionsForMethod()
688 std::set<std::pair<uint16_t, const DexFile*>>* exceptions_to_resolve = in ResolveCatchBlockExceptionsClassVisitor() local
694 ResolveExceptionsForMethod(&mh, *exceptions_to_resolve); in ResolveCatchBlockExceptionsClassVisitor()
698 ResolveExceptionsForMethod(&mh, *exceptions_to_resolve); in ResolveCatchBlockExceptionsClassVisitor()