Searched refs:kInvalidMethodIndex (Results 1 – 1 of 1) sorted by relevance
780 constexpr uint16_t kInvalidMethodIndex = std::numeric_limits<uint16_t>::max() - 1; in FindMethodIndex() local781 return kInvalidMethodIndex >= dex_file->NumMethodIds() in FindMethodIndex()782 ? kInvalidMethodIndex in FindMethodIndex()