Home
last modified time | relevance | path

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

/aosp12/art/compiler/jit/
H A Djit_compiler.cc114 if (compiler_options_->GetGenerateDebugInfo()) { in ParseCompilerOptions()
130 if (compiler_options.GetGenerateDebugInfo()) { in TypesLoaded()
144 return GetCompilerOptions().GetGenerateDebugInfo(); in GenerateDebugInfo()
162 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()
/aosp12/art/compiler/driver/
H A Dcompiler_options.h165 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()
171 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()
174 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
/aosp12/art/dex2oat/linker/
H A Delf_writer_quick.cc278 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1313 /* is_full_debug_info= */ compiler_options.GetGenerateDebugInfo(), in JitCompile()
1421 /* is_full_debug_info= */ compiler_options.GetGenerateDebugInfo(), in JitCompile()
1454 const bool mini_debug_info = !compiler_options.GetGenerateDebugInfo(); in GenerateJitDebugInfo()