Home
last modified time | relevance | path

Searched defs:GetCompilerOptions (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.h48 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/aosp_15_r20/art/compiler/
H A Dcompiler.h103 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dcheckextensions_win32.py49 def GetCompilerOptions(self): member in CExtension
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dcheckextensions_win32.py49 def GetCompilerOptions(self): member in CExtension
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h114 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.h246 const CompilerOptions& GetCompilerOptions() const { in GetCompilerOptions() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.h383 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; } in GetCompilerOptions() function
/aosp_15_r20/art/runtime/
H A Druntime.h226 const std::vector<std::string>& GetCompilerOptions() const { in GetCompilerOptions() function