Home
last modified time | relevance | path

Searched refs:LoadFile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc442 bool new_ok = new_profile.LoadFile(profile_file); in CopyProfileFile()
443 bool old_ok = old_profile.LoadFile(prev_profile_file); in CopyProfileFile()
/art/runtime/
Dprofiler.h267 bool LoadFile(const std::string& filename);
Dprofiler.cc798 bool ProfileFile::LoadFile(const std::string& fileName) { in LoadFile() function in art::ProfileFile
/art/compiler/driver/
Dcompiler_driver.cc388 profile_present_ = profile_file_.LoadFile(profile_file); in CompilerDriver()