Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h176 std::string GetCompilerExecutable() const;
Doat_file_assistant.cc748 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
Druntime.cc532 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc98 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()