Searched refs:VerifyProfileData (Results 1 – 3 of 3) sorted by relevance
330 bool VerifyProfileData(const std::vector<const DexFile *> &dex_files);
1076 bool ProfileCompilationInfo::VerifyProfileData(const std::vector<const DexFile*>& dex_files) { in VerifyProfileData() function in art::ProfileCompilationInfo
701 bool VerifyProfileData() { in VerifyProfileData() function in art::FINAL702 return profile_compilation_info_->VerifyProfileData(dex_files_); in VerifyProfileData()3158 dex2oat->VerifyProfileData(); in Dex2oat()