Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc53 constexpr bool IsValidTypeId(uint16_t low ATTRIBUTE_UNUSED, uint16_t high) { in IsValidTypeId() function
2707 if (UNLIKELY(!IsValidTypeId(item->class_idx_.index_, item->pad1_))) { in CheckInterClassDefItem()