Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc188 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()
207 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
223 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
231 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()
237 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc44 runtime->AddCompilerOption("--debuggable"); in Java_art_Test2031_simulateZygoteFork()
/art/openjdkjvmti/
Ddeopt_manager.cc179 runtime->AddCompilerOption("--debuggable"); in FinishSetup()
/art/runtime/
Druntime.h205 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function