Searched refs:GetCompilerExecutable (Results 1 – 5 of 5) sorted by relevance
115 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
176 std::string GetCompilerExecutable() const;
748 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
532 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
98 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()