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

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

Completed in 73 milliseconds