Searched defs:shorty_char (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc137 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, argument
139 switch (shorty_char) {
154 if (UNLIKELY((descriptor[0] != shorty_char) || (descriptor[1] != '\0'))) {
156 shorty_char, descriptor);
162 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
167 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char);

Completed in 7 milliseconds