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

  /art/compiler/optimizing/
optimizing_compiler_stats.h 32 kCompiled,
113 compile_stats_[kCompiled] * 100.0f / compile_stats_[kAttemptCompilation];
116 << compiled_percent << "% (" << compile_stats_[kCompiled] << ") compiled.";
148 case kCompiled : name = "Compiled"; break;
optimizing_compiler.cc     [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 40 kCompiled,
88 // Transition from kReadyToCompile to kCompiled.
91 // Transition from kCompiled to kDone (or kFailed). Returns false when
compiler-dispatcher-job.cc 382 // Always transition to kCompiled - errors will be reported by
384 status_ = CompileJobStatus::kCompiled;
389 DCHECK(status() == CompileJobStatus::kCompiled);
464 case CompileJobStatus::kCompiled:
compiler-dispatcher.cc 59 case CompileJobStatus::kCompiled:

Completed in 2147 milliseconds