Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h187 const std::vector<std::string>& GetImageCompilerOptions() const { in GetImageCompilerOptions() function
/art/runtime/gc/space/
Dimage_space.cc130 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions(); in GenerateImage()