Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h330 bool VerifyProfileData(const std::vector<const DexFile *> &dex_files);
Dprofile_compilation_info.cc1076 bool ProfileCompilationInfo::VerifyProfileData(const std::vector<const DexFile*>& dex_files) { in VerifyProfileData() function in art::ProfileCompilationInfo
/art/dex2oat/
Ddex2oat.cc701 bool VerifyProfileData() { in VerifyProfileData() function in art::FINAL
702 return profile_compilation_info_->VerifyProfileData(dex_files_); in VerifyProfileData()
3158 dex2oat->VerifyProfileData(); in Dex2oat()