Searched refs:compiler_executable (Results 1 – 3 of 3) sorted by relevance
107 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local109 compiler_executable += 'd'; in GetCompilerExecutable()111 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()112 return compiler_executable; in GetCompilerExecutable()
1009 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local1011 compiler_executable += 'd'; in GetCompilerExecutable()1014 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()1016 return compiler_executable; in GetCompilerExecutable()
436 ld = "%s" % ctx.fragments.cpp.compiler_executable829 cc = ctx.fragments.cpp.compiler_executable1100 executable = ctx.fragments.cpp.compiler_executable,