Searched refs:CheckShortyDescriptorMatch (Results 1 – 1 of 1) sorted by relevance
220 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);479 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() function in art::dex::DexFileVerifier2551 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) { in CheckInterProtoIdItem()2564 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) { in CheckInterProtoIdItem()