Home
last modified time | relevance | path

Searched refs:CompilerPriorityCounterQueue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_aged_counter_priority.h31 class CompilerPriorityAgedCounterQueue : public CompilerPriorityCounterQueue {
35 : CompilerPriorityCounterQueue(allocator, maxLength, 0 /* unused */) in CompilerPriorityAgedCounterQueue()
Dcompiler_queue_counter_priority.h76 class CompilerPriorityCounterQueue : public CompilerQueueInterface {
78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() function
Dcompiler_thread_pool_worker.cpp55 …return internalAllocator_->New<CompilerPriorityCounterQueue>(internalAllocator_, maxLength, taskLi… in CreateJITTaskQueue()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_queue_test.cpp149 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()