Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_counter_priority.h28 class CompilationQueueElement {
30 explicit CompilationQueueElement(CompilerTask &&task) : context_(std::move(task)) in CompilationQueueElement() function
120 auto element = allocator_->New<CompilationQueueElement>(std::move(ctx));
140 virtual bool UpdateCounterAndCheck(CompilationQueueElement *element) in UpdateCounterAndCheck()
156 bool operator()(CompilationQueueElement *a, CompilationQueueElement *b) const in operator()
194 PandaVector<CompilationQueueElement *> queue_;
Dcompiler_queue_aged_counter_priority.h46 bool UpdateCounterAndCheck(CompilationQueueElement *element) override in UpdateCounterAndCheck()