Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h189 const std::vector<std::string>& GetImageCompilerOptions() const { in GetImageCompilerOptions() function
/art/runtime/jit/
Djit.cc625 for (const std::string& option : runtime->GetImageCompilerOptions()) { in Run()
/art/runtime/gc/space/
Dimage_space.cc174 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage()