Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h455 bool VerifyProfileData(const std::vector<const DexFile*>& dex_files);
Dprofile_compilation_info.cc1292 bool ProfileCompilationInfo::VerifyProfileData(const std::vector<const DexFile*>& dex_files) { in VerifyProfileData() function in art::ProfileCompilationInfo
/art/dex2oat/
Ddex2oat.cc600 bool VerifyProfileData() { in VerifyProfileData() function in art::Dex2Oat
601 return profile_compilation_info_->VerifyProfileData(compiler_options_->dex_files_for_oat_file_); in VerifyProfileData()
3169 dex2oat->VerifyProfileData(); in Dex2oat()