Home
last modified time | relevance | path

Searched refs:GetGenerateMiniDebugInfo (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h153 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()
160 bool GetGenerateMiniDebugInfo() const { in GetGenerateMiniDebugInfo() function
/art/dex2oat/linker/
Delf_writer_quick.cc253 if (!debug_info.Empty() && compiler_options_->GetGenerateMiniDebugInfo()) { in PrepareDebugInfo()
278 if (compiler_options_->GetGenerateMiniDebugInfo()) { in WriteDebugInfo()