Searched defs:CheckShortyDescriptorMatch (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, function in class:art::DexFileVerifier
1527 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) {
1539 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) {

Completed in 6 milliseconds