Searched refs:compiler_executable (Results 1 – 2 of 2) sorted by relevance
44 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local46 compiler_executable += 'd'; in GetCompilerExecutable()48 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()49 return compiler_executable; in GetCompilerExecutable()
910 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local912 compiler_executable += 'd'; in GetCompilerExecutable()915 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()917 return compiler_executable; in GetCompilerExecutable()