Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.cc838 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
840 compiler_executable += 'd'; in GetCompilerExecutable()
843 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
845 return compiler_executable; in GetCompilerExecutable()