Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc905 constexpr uint16_t kInvalidTypeIndex = std::numeric_limits<uint16_t>::max() - 1; in FindClass() local
909 if (kInvalidTypeIndex >= dex_file->NumTypeIds()) { in FindClass()
912 *class_ref = TypeReference(dex_file, dex::TypeIndex(kInvalidTypeIndex)); in FindClass()