Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc191 runtime->AddCompilerOption("--compiler-filter=verify"); in EnableDebugFeatures()
208 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
224 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()
232 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()
238 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dcheckextensions_win32.py47 def AddCompilerOption(self, option): member in CExtension
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
113 module.AddCompilerOption('/D UNICODE /D _UNICODE')
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dcheckextensions_win32.py47 def AddCompilerOption(self, option): member in CExtension
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
113 module.AddCompilerOption('/D UNICODE /D _UNICODE')
/aosp_15_r20/art/test/2031-zygote-compiled-frame-deopt/
H A Dnative-wait.cc44 runtime->AddCompilerOption("--debuggable"); in Java_art_Test2031_simulateZygoteFork()
/aosp_15_r20/art/openjdkjvmti/
H A Ddeopt_manager.cc162 runtime->AddCompilerOption("--debuggable"); in FinishSetup()
/aosp_15_r20/art/runtime/
H A Druntime.h230 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function