Searched refs:compiler_executable (Results 1 – 1 of 1) sorted by relevance
838 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local840 compiler_executable += 'd'; in GetCompilerExecutable()843 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()845 return compiler_executable; in GetCompilerExecutable()