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

  /art/compiler/optimizing/
optimizing_compiler_stats.h 41 kRemovedDeadInstruction,
157 case kRemovedDeadInstruction: name = "RemovedDeadInstruction"; break;
dead_code_elimination.cc 87 stats_->RecordStat(MethodCompilationStat::kRemovedDeadInstruction,
362 MaybeRecordStat(MethodCompilationStat::kRemovedDeadInstruction);

Completed in 64 milliseconds