Searched refs:VerifyProfileData (Results 1 – 3 of 3) sorted by relevance
414 bool VerifyProfileData(const std::vector<const DexFile *> &dex_files);
1107 bool ProfileCompilationInfo::VerifyProfileData(const std::vector<const DexFile*>& dex_files) { in VerifyProfileData() function in art::ProfileCompilationInfo
862 bool VerifyProfileData() { in VerifyProfileData() function in art::Dex2Oat863 return profile_compilation_info_->VerifyProfileData(compiler_options_->dex_files_for_oat_file_); in VerifyProfileData()3280 dex2oat->VerifyProfileData(); in Dex2oat()