Home
last modified time | relevance | path

Searched refs:CompilerQueueSimple (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_simple.h28 class CompilerQueueSimple : public CompilerQueueInterface {
30 …explicit CompilerQueueSimple(mem::InternalAllocatorPtr allocator) : queue_(allocator->Adapter()) {} in CompilerQueueSimple() function
Dcompiler_thread_pool_worker.cpp52 return internalAllocator_->New<CompilerQueueSimple>(internalAllocator_); in CreateJITTaskQueue()