Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc817 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
819 compiler_executable += 'd'; in GetCompilerExecutable()
822 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
824 return compiler_executable; in GetCompilerExecutable()