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

  /art/compiler/jit/
jit_compiler.cc 51 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo();
73 if (jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo()) {
160 if (compiler_options_->GetGenerateDebugInfo()) {
169 if (compiler_options_->GetGenerateDebugInfo()) {
  /art/compiler/driver/
compiler_options.h 147 return GetDebuggable() && GetGenerateDebugInfo();
153 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo();
156 bool GetGenerateDebugInfo() const {
  /art/compiler/
elf_writer_quick.cc 258 if (compiler_options_->GetGenerateDebugInfo()) {
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]

Completed in 47 milliseconds