HomeSort by relevance Sort by last modified time
    Searched defs:kCompile (Results 1 - 4 of 4) sorted by null

  /art/profman/
profile_assistant.h 33 kCompile = 0,
45 // When the returned value is kCompile there is a significant difference
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.h 39 kCompile,
  /art/compiler/
oat_test.cc 61 static const bool kCompile = false; // DISABLED_ due to the time to compile libcore
398 if (kCompile) {
415 if (kCompile) { // OatWriter strips the code, regenerate to compare
461 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
    [all...]
  /art/runtime/jit/
jit.cc 568 kCompile,
586 if (kind_ == kCompile) {
662 thread_pool_->AddTask(self, new JitCompileTask(method, JitCompileTask::kCompile));
686 JitCompileTask compile_task(method, JitCompileTask::kCompile);

Completed in 138 milliseconds