Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h267 bool LoadFile(const std::string& filename);
Doat_file_assistant.cc945 profile_load_succeeded_ = cached_profile_.LoadFile(profile_name); in CopyProfileFile()
959 old_profile_load_succeeded_ = cached_old_profile_.LoadFile(old_profile_name); in CopyProfileFile()
Dprofiler.cc795 bool ProfileFile::LoadFile(const std::string& fileName) { in LoadFile() function in art::ProfileFile
/art/compiler/driver/
Dcompiler_driver.cc405 profile_present_ = profile_file_.LoadFile(profile_file); in CompilerDriver()