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([[maybe_unused]] uint16_t low, uint16_t high) { return (high == 0); } in IsValidTypeId() function
2876 if (UNLIKELY(!IsValidTypeId(item->class_idx_.index_, item->pad1_))) { in CheckInterClassDefItem()