HomeSort by relevance Sort by last modified time
    Searched refs:kCompile (Results 1 - 8 of 8) 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.cc 74 return kCompile;
profile_assistant_test.cc 315 ASSERT_EQ(ProfileAssistant::kCompile,
346 ASSERT_EQ(ProfileAssistant::kCompile,
386 ASSERT_EQ(ProfileAssistant::kCompile,
745 ASSERT_EQ(ProfileAssistant::kCompile,
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 47 case ScopeID::kCompile:
71 case ScopeID::kCompile:
compiler-dispatcher-tracer.h 39 kCompile,
compiler-dispatcher-job.cc 201 tracer_, kCompile, parse_info_->literal()->ast_node_count());
  /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 1061 milliseconds