Home
last modified time | relevance | path

Searched defs:TypeIndex (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_types.h65 constexpr TypeIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in TypeIndex() function
66 explicit constexpr TypeIndex(uint16_t idx) : index_(idx) {} in TypeIndex() function
/art/compiler/driver/
Dcompiler_driver.cc1001 std::set<std::pair<dex::TypeIndex, const DexFile*>>* exceptions_to_resolve) in FindExceptionTypesToResolve()
1014 std::set<std::pair<dex::TypeIndex, const DexFile*>>* exceptions_to_resolve) in FindExceptionTypesToResolveForMethod()