Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h181 const std::string GetProfileFile() const { in GetProfileFile() function
/art/runtime/jit/
Djit.cc826 static std::string GetProfileFile(const std::string& dex_location) { in GetProfileFile() function
941 const std::string& profile_file = space->GetProfileFile(); in Run()
1000 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run()
1194 if (!space->GetProfileFile().empty()) { in HasImageWithProfile()