Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_types.h85 TypeIndex() {} in TypeIndex() function
86 explicit constexpr TypeIndex(uint16_t index) : DexIndex<uint16_t>(index) {} in TypeIndex() function
Dtype_reference.h37 dex::TypeIndex TypeIndex() const { in TypeIndex() function
/art/dex2oat/driver/
Dcompiler_driver.cc983 std::set<std::pair<dex::TypeIndex, const DexFile*>>* exceptions_to_resolve) in FindExceptionTypesToResolve()
996 std::set<std::pair<dex::TypeIndex, const DexFile*>>* exceptions_to_resolve) in FindExceptionTypesToResolveForMethod()