Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dcommon_runtime_test.cc406 argv->push_back(runtime->GetCompilerExecutable()); in StartDex2OatCommandLine()
437 runtime->GetCompilerExecutable(), in CompileBootImage()
H A Druntime.h202 std::string GetCompilerExecutable() const;
H A Druntime.cc834 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable() function in art::Runtime
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1944 std::string dex2oat = runtime->GetCompilerExecutable(); in CompileExtension()