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

  /art/profman/
profile_assistant.h 33 kCompile = 0,
45 // When the returned value is kCompile there is a significant difference
profile_assistant_test.cc 102 ASSERT_EQ(ProfileAssistant::kCompile,
133 ASSERT_EQ(ProfileAssistant::kCompile,
173 ASSERT_EQ(ProfileAssistant::kCompile,
profile_assistant.cc 69 return kCompile;
  /art/runtime/jit/
jit.cc 547 kCompile,
565 if (kind_ == kCompile) {
641 thread_pool_->AddTask(self, new JitCompileTask(method, JitCompileTask::kCompile));
665 JitCompileTask compile_task(method, JitCompileTask::kCompile);
  /art/compiler/
oat_test.cc 57 static const bool kCompile = false; // DISABLED_ due to the time to compile libcore
362 if (kCompile) {
374 if (kCompile) { // OatWriter strips the code, regenerate to compare
419 CHECK_EQ(kCompile ? OatClassType::kOatClassAllCompiled : OatClassType::kOatClassNoneCompiled,
    [all...]

Completed in 509 milliseconds