Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc53 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo(); in jit_load()
75 if (jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo()) { in jit_types_loaded()
155 if (compiler_options_->GetGenerateDebugInfo()) { in JitCompiler()
164 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()
/art/compiler/driver/
Dcompiler_options.h147 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()
153 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()
156 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
/art/dex2oat/linker/
Delf_writer_quick.cc274 if (compiler_options_->GetGenerateDebugInfo()) { in WriteDebugInfo()
/art/compiler/optimizing/
Doptimizing_compiler.cc1405 const bool mini_debug_info = !compiler_options.GetGenerateDebugInfo(); in GenerateJitDebugInfo()