Home
last modified time | relevance | path

Searched refs:shorty_char (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc220 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
475 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() argument
477 switch (shorty_char) { in CheckShortyDescriptorMatch()
492 if (UNLIKELY((descriptor[0] != shorty_char) || (descriptor[1] != '\0'))) { in CheckShortyDescriptorMatch()
494 shorty_char, descriptor); in CheckShortyDescriptorMatch()
500 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor); in CheckShortyDescriptorMatch()
505 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char); in CheckShortyDescriptorMatch()