Searched refs:shorty_char (Results 1 – 1 of 1) sorted by relevance
228 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);505 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() argument507 switch (shorty_char) { in CheckShortyDescriptorMatch()522 if (UNLIKELY((descriptor[0] != shorty_char) || (descriptor[1] != '\0'))) { in CheckShortyDescriptorMatch()524 shorty_char, descriptor); in CheckShortyDescriptorMatch()530 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor); in CheckShortyDescriptorMatch()535 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char); in CheckShortyDescriptorMatch()