Home
last modified time | relevance | path

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

/art/test/generate-boot-image/
Dgenerate-boot-image.cc44 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
46 compiler_executable += 'd'; in GetCompilerExecutable()
48 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
49 return compiler_executable; in GetCompilerExecutable()
/art/runtime/
Druntime.cc891 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
893 compiler_executable += 'd'; in GetCompilerExecutable()
896 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
898 return compiler_executable; in GetCompilerExecutable()