Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc189 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()
206 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
222 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
230 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()
236 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.cc167 runtime->AddCompilerOption("--debuggable"); in FinishSetup()
/art/runtime/
Druntime.h210 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function