Lines Matching full:shorty_char
68 static bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor,
70 switch (shorty_char) {
85 if ((descriptor[0] != shorty_char) || (descriptor[1] != '\0')) {
86 LOG(ERROR) << StringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'", shorty_char, descriptor);
92 LOG(ERROR) << StringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
97 LOG(ERROR) << "Bad shorty character: '" << shorty_char << "'";