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

  /art/compiler/optimizing/
optimizing_compiler_stats.h 30 kAttemptCompilation = 0,
109 if (compile_stats_[kAttemptCompilation] == 0) {
113 compile_stats_[kCompiled] * 100.0f / compile_stats_[kAttemptCompilation];
114 LOG(INFO) << "Attempted compilation of " << compile_stats_[kAttemptCompilation]
146 case kAttemptCompilation : name = "AttemptCompilation"; break;
optimizing_compiler.cc     [all...]

Completed in 72 milliseconds