Searched defs:TypeIndex (Results 1 – 2 of 2) sorted by relevance
65 constexpr TypeIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in TypeIndex() function66 explicit constexpr TypeIndex(uint16_t idx) : index_(idx) {} in TypeIndex() function
1001 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()