Searched refs:CompilerPriorityCounterQueue (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_queue_aged_counter_priority.h | 31 class CompilerPriorityAgedCounterQueue : public CompilerPriorityCounterQueue { 35 : CompilerPriorityCounterQueue(allocator, maxLength, 0 /* unused */) in CompilerPriorityAgedCounterQueue()
|
| D | compiler_queue_counter_priority.h | 76 class CompilerPriorityCounterQueue : public CompilerQueueInterface { 78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() function
|
| D | compiler_thread_pool_worker.cpp | 55 …return internalAllocator_->New<CompilerPriorityCounterQueue>(internalAllocator_, maxLength, taskLi… in CreateJITTaskQueue()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | compiler_queue_test.cpp | 149 CompilerPriorityCounterQueue queue(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 177 CompilerPriorityCounterQueue queue(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 204 CompilerPriorityCounterQueue queue(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 217 CompilerPriorityCounterQueue queue2(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 246 CompilerPriorityCounterQueue queue(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 282 CompilerPriorityCounterQueue queue(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F() 302 CompilerPriorityCounterQueue queue2(thread_->GetVM()->GetHeapManager()->GetInternalAllocator(), in TEST_F()
|