Home
last modified time | relevance | path

Searched refs:VerifyProfileData (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h414 bool VerifyProfileData(const std::vector<const DexFile *> &dex_files);
Dprofile_compilation_info.cc1107 bool ProfileCompilationInfo::VerifyProfileData(const std::vector<const DexFile*>& dex_files) { in VerifyProfileData() function in art::ProfileCompilationInfo
/art/dex2oat/
Ddex2oat.cc862 bool VerifyProfileData() { in VerifyProfileData() function in art::Dex2Oat
863 return profile_compilation_info_->VerifyProfileData(compiler_options_->dex_files_for_oat_file_); in VerifyProfileData()
3280 dex2oat->VerifyProfileData(); in Dex2oat()