Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc847 static std::string GetProfileFile(const std::string& dex_location) { in GetProfileFile() function
1029 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run()