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()
891 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local893 compiler_executable += 'd'; in GetCompilerExecutable()896 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()898 return compiler_executable; in GetCompilerExecutable()