Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc949 constexpr uint16_t kInvalidMethodIndex = std::numeric_limits<uint16_t>::max() - 1; in FindMethodIndex() local
950 return kInvalidMethodIndex >= dex_file->NumMethodIds() in FindMethodIndex()
951 ? kInvalidMethodIndex in FindMethodIndex()