Searched refs:CompilerQueueSimple (Results 1 – 2 of 2) sorted by relevance
28 class CompilerQueueSimple : public CompilerQueueInterface {30 …explicit CompilerQueueSimple(mem::InternalAllocatorPtr allocator) : queue_(allocator->Adapter()) {} in CompilerQueueSimple() function
52 return internalAllocator_->New<CompilerQueueSimple>(internalAllocator_); in CreateJITTaskQueue()