Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc843 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
1193 profile_file_ = option.substr(strlen("--profile-file=")).ToString(); in ParseArgs()
2116 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2144 } else if (profile_file_ != "") { in LoadProfile()
2145 if (flock.Init(profile_file_.c_str(), O_RDONLY, /* block */ true, &error)) { in LoadProfile()
2773 std::string profile_file_; member in art::FINAL