Searched defs:NumTypeIds (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h580 uint32_t NumTypeIds() const { function in class:art::DexFile::MethodHandleType
586 return idx.IsValid() && idx.index_ < NumTypeIds();
591 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation();

Completed in 54 milliseconds