Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h182 return profile_file_; in GetProfileFile()
318 const std::string profile_file_; variable
Dimage_space.cc94 profile_file_(profile_file) { in ImageSpace()
/art/dex2oat/
Ddex2oat.cc1058 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
1336 AssignIfExists(args, M::Profile, &profile_file_); in ParseArgs()
2536 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2581 } else if (profile_file_ != "") { in LoadProfile()
2582 profile_file.reset(OS::OpenFileForReading(profile_file_.c_str())); in LoadProfile()
3074 std::string profile_file_; member in art::Dex2Oat