Searched refs:GetCompilerExecutable (Results 1 – 5 of 5) sorted by relevance
153 argv.push_back(runtime->GetCompilerExecutable()); in CompileBootImage()
416 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()
179 std::string GetCompilerExecutable() const;
783 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
124 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()