Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc216 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()
233 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
246 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
254 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()
260 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
/art/runtime/
Doat_file_assistant_test.cc877 Runtime::Current()->AddCompilerOption("--compiler-filter=speed"); in TEST_F()
1056 Runtime::Current()->AddCompilerOption("--compiler-filter=speed"); in TEST_F()
1137 Runtime::Current()->AddCompilerOption("--compiler-filter=speed"); in TEST_F()
1284 Runtime::Current()->AddCompilerOption("--compiler-filter=quicken"); in TEST_F()
1293 Runtime::Current()->AddCompilerOption("--compiler-filter=speed"); in TEST_F()
1302 Runtime::Current()->AddCompilerOption("--compiler-filter=bogus"); in TEST_F()
Druntime.h177 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function
/art/openjdkjvmti/
Ddeopt_manager.cc124 runtime->AddCompilerOption("--debuggable"); in FinishSetup()