Searched refs:GetCompilerExecutable (Results 1 – 4 of 4) sorted by relevance
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()