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