Home
last modified time | relevance | path

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

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