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

  /art/compiler/optimizing/
optimizing_compiler_stats.h 114 void RecordStat(MethodCompilationStat stat, uint32_t count = 1) {
165 other_stats->RecordStat(static_cast<MethodCompilationStat>(i), count);
186 compiler_stats->RecordStat(stat, count);
dead_code_elimination.cc 92 stats_->RecordStat(MethodCompilationStat::kRemovedDeadInstruction,
99 stats_->RecordStat(MethodCompilationStat::kSimplifyIf);
instruction_simplifier.cc 557 stats_->RecordStat(MethodCompilationStat::kRemovedNullCheck);
    [all...]

Completed in 85 milliseconds