Home
last modified time | relevance | path

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

/art/compiler/jit/
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()
/art/compiler/driver/
Dcompiler_options.h165 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()
171 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()
174 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
/art/dex2oat/linker/
Delf_writer_quick.cc278 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
/art/compiler/optimizing/
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()