Home
last modified time | relevance | path

Searched refs:compiler_executable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/test/generate-boot-image/
H A Dgenerate-boot-image.cc107 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
109 compiler_executable += 'd'; in GetCompilerExecutable()
111 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
112 return compiler_executable; in GetCompilerExecutable()
/aosp_15_r20/art/runtime/
H A Druntime.cc1009 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable() local
1011 compiler_executable += 'd'; in GetCompilerExecutable()
1014 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
1016 return compiler_executable; in GetCompilerExecutable()
/aosp_15_r20/external/starlark-go/syntax/testdata/
H A Dscan.star436 ld = "%s" % ctx.fragments.cpp.compiler_executable
829 cc = ctx.fragments.cpp.compiler_executable
1100 executable = ctx.fragments.cpp.compiler_executable,