Searched refs:CheckShortyDescriptorMatch (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.h44 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
H A Ddex_file_verifier.cc141 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, function in class:art::DexFileVerifier
1763 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) {
1775 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) {

Completed in 62 milliseconds