Home
last modified time | relevance | path

Searched refs:GetCompilerExecutable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/test/generate-boot-image/
H A Dgenerate-boot-image.cc106 std::string GetCompilerExecutable() { in GetCompilerExecutable() function
227 options.dex2oat_bin = GetCompilerExecutable(); in Main()
/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.cc431 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()
462 runtime->GetCompilerExecutable(), in CompileBootImage()
H A Druntime.h224 std::string GetCompilerExecutable() const;
H A Druntime.cc1005 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1981 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileBootclasspathElements()