Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc115 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
/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()