Searched refs:GetCompilerExecutable (Results 1 – 4 of 4) sorted by relevance
425 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()456 runtime->GetCompilerExecutable(), in CompileBootImage()
199 std::string GetCompilerExecutable() const;
814 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
136 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage()2192 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileExtension()