Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc110 runtime->AddCompilerOption("--compiler-filter=interpret-only"); in EnableDebugFeatures()
117 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
132 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
133 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
/art/runtime/
Druntime.h183 void AddCompilerOption(std::string option) { in AddCompilerOption() function