Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc228 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
505 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() function in art::dex::DexFileVerifier
2716 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) { in CheckInterProtoIdItem()
2729 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) { in CheckInterProtoIdItem()