HomeSort by relevance Sort by last modified time
    Searched refs:GetGenerateMiniDebugInfo (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 153 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo();
160 bool GetGenerateMiniDebugInfo() const {
  /art/compiler/
elf_writer_quick.cc 238 if (!method_infos.empty() && compiler_options_->GetGenerateMiniDebugInfo()) {
262 if (compiler_options_->GetGenerateMiniDebugInfo()) {

Completed in 55 milliseconds