Searched refs:CheckShortyDescriptorMatch (Results 1 – 2 of 2) sorted by relevance
60 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
241 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() function in art::DexFileVerifier2094 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) { in CheckInterProtoIdItem()2107 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) { in CheckInterProtoIdItem()