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.cc110 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
112 compiler_executable += 'd'; in GetCompilerExecutable()
114 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
115 return compiler_executable; in GetCompilerExecutable()
/art/runtime/
Druntime.cc1011 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
1013 compiler_executable += 'd'; in GetCompilerExecutable()
1016 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
1018 return compiler_executable; in GetCompilerExecutable()