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