Searched refs:IsInDexFiles (Results 1 – 2 of 2) sorted by relevance
342 bool IsInDexFiles(const char* descriptor,
1211 bool VerifierDeps::IsInDexFiles(const char* descriptor, in IsInDexFiles() function in art::verifier::VerifierDeps1251 if (IsInDexFiles(descriptor, hash, boot_classpath, &cp_dex_file) || in VerifyInternalClasses()1252 IsInDexFiles(descriptor, hash, classpath, &cp_dex_file)) { in VerifyInternalClasses()