Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc185 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()
204 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
220 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
228 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()
234 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc179 runtime->AddCompilerOption("--debuggable"); in FinishSetup()
/art/runtime/
Druntime.h185 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function