Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc153 argv.push_back(runtime->GetCompilerExecutable()); in CompileBootImage()
Ddex2oat_test.cc190 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
/art/patchoat/
Dpatchoat_test.cc88 argv.push_back(runtime->GetCompilerExecutable()); in CompileBootImage()
/art/runtime/
Druntime.h170 std::string GetCompilerExecutable() const;
Doat_file_assistant.cc817 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
Druntime.cc723 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc119 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()