Searched refs:compiler_executable (Results 1 – 2 of 2) sorted by relevance
110 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local112 compiler_executable += 'd'; in GetCompilerExecutable()114 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()115 return compiler_executable; in GetCompilerExecutable()
1011 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local1013 compiler_executable += 'd'; in GetCompilerExecutable()1016 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()1018 return compiler_executable; in GetCompilerExecutable()