Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h156 std::string GetPatchoatExecutable() const;
Doat_file_assistant.cc631 argv.push_back(runtime->GetPatchoatExecutable()); in CopyProfileFile()
Druntime.cc467 std::string Runtime::GetPatchoatExecutable() const { in GetPatchoatExecutable() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc295 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage()