Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 17 of 17) sorted by relevance

/art/compiler/dex/
Dcompiler_ir.h64 bool verbose; member
Dfrontend.cc492 verbose(false), in CompilationUnit()
675 cu.verbose = VLOG_IS_ON(compiler) || in CompileMethod()
680 cu.verbose = false; in CompileMethod()
684 cu.verbose = true; in CompileMethod()
690 if (cu.verbose) { in CompileMethod()
Dmir_optimization.cc417 if (cu_->verbose) { in BasicBlockOpt()
1269 if (cu_->verbose || cu_->print_pass) { in InlineSpecialMethods()
Dmir_graph.cc843 if (cu_->verbose) { in InlineMethod()
1012 if (cu_->verbose) { in DumpCFG()
Dlocal_value_numbering.cc979 if (gvn_->GetCompilationUnit()->verbose) { in HandleNullCheck()
994 if (gvn_->GetCompilationUnit()->verbose) { in HandleRangeCheck()
/art/runtime/base/
Dtiming_logger.cc130 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) in TimingLogger() argument
131 : name_(name), precise_(precise), verbose_(verbose) { in TimingLogger()
Dtiming_logger.h134 explicit TimingLogger(const char* name, bool precise, bool verbose);
/art/compiler/dex/quick/mips/
Dcall_mips.cc66 if (cu_->verbose) { in GenLargeSparseSwitch()
143 if (cu_->verbose) { in GenLargePackedSwitch()
DREADME.mips55 for some of the more verbose Dalik byte codes with subroutine calls to
/art/compiler/dex/quick/x86/
Dcall_x86.cc32 if (cu_->verbose) { in GenLargeSparseSwitch()
65 if (cu_->verbose) { in GenLargePackedSwitch()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc48 if (cu_->verbose) { in GenLargeSparseSwitch()
100 if (cu_->verbose) { in GenLargePackedSwitch()
/art/compiler/dex/quick/arm/
Dcall_arm.cc48 if (cu_->verbose) { in GenLargeSparseSwitch()
96 if (cu_->verbose) { in GenLargePackedSwitch()
/art/compiler/dex/quick/
Dcodegen_util.cc126 if (!cu_->verbose) { in NopLIR()
543 if (cu_->verbose) { in InstallSwitchTables()
550 if (cu_->verbose) { in InstallSwitchTables()
564 if (cu_->verbose) { in InstallSwitchTables()
814 if (cu_->verbose) { in InsertCaseLabel()
Dralloc_util.cc1266 if (cu_->verbose) { in DoPromotion()
1349 if (cu_->verbose) { in DoPromotion()
1401 if (cu_->verbose && !(cu_->disable_opt & (1 << kPromoteRegs))) { in SimpleRegAlloc()
Dgen_common.cc2056 if (cu_->verbose) { in GenPackedSwitch()
2086 if (cu_->verbose) { in GenSparseSwitch()
Dmir_to_lir.cc1098 if (cu_->verbose) { in GenPrintLabel()
/art/compiler/dex/portable/
Dmir_to_gbc.cc714 if (cu_->verbose) { in ConvertMIRNode()
1655 if (cu_->verbose) { in BlockBitcodeConversion()