Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.h44 bool CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, bool is_return_type);
Ddex_file_verifier.cc137 bool DexFileVerifier::CheckShortyDescriptorMatch(char shorty_char, const char* descriptor, in CheckShortyDescriptorMatch() function in art::DexFileVerifier
1554 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) { in CheckInterProtoIdItem()
1566 if (!CheckShortyDescriptorMatch(*shorty, descriptor, false)) { in CheckInterProtoIdItem()