Home
last modified time | relevance | path

Searched refs:noAsyncJit_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h659 noAsyncJit_ = options.IsNoAsyncJit(); in Compiler()
664 if ((Runtime::GetTaskScheduler() == nullptr) || noAsyncJit_) { in Compiler()
666 internalAllocator_->New<CompilerThreadPoolWorker>(internalAllocator_, this, noAsyncJit_, options); in Compiler()
745 noAsyncJit_ = v;
750 return noAsyncJit_;
766 ASSERT(Runtime::GetTaskScheduler() == nullptr || noAsyncJit_); in GetThreadPool()
789 bool noAsyncJit_; member in ark::Compiler
H A Dcompiler.cpp870 if (noAsyncJit_) { in CompileMethod()
906 ASSERT(!noAsyncJit_); in StartCompileMethod()

Completed in 4 milliseconds