Searched refs:queueType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_thread_pool_worker.cpp | 46 CompilerQueueInterface *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, … in CreateJITTaskQueue() argument 50 LOG(DEBUG, COMPILER) << "Creating " << queueType << " task queue"; in CreateJITTaskQueue() 51 if (queueType == "simple") { in CreateJITTaskQueue() 54 if (queueType == "counter-priority") { in CreateJITTaskQueue() 57 if (queueType == "aged-counter-priority") { in CreateJITTaskQueue()
|
| D | compiler_thread_pool_worker.h | 81 …CompilerQueueInterface *CreateJITTaskQueue(const std::string &queueType, uint64_t maxLength, uint6…
|
| /arkcompiler/ets_runtime/ecmascript/jobs/ |
| D | micro_job_queue.cpp | 37 … MicroJobQueue::EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType, in EnqueueJob() argument 48 ENQUEUE_JOB_HITRACE(pendingJob, queueType); in EnqueueJob() 49 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJob() 54 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJob()
|
| D | hitrace_scope.cpp | 22 EnqueueJobScope::EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, QueueType queueType) in EnqueueJobScope() argument 34 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJobScope() 37 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJobScope()
|
| D | hitrace_scope.h | 33 EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, job::QueueType queueType);
|
| D | micro_job_queue.h | 39 static void EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType,
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 39 …#define ENQUEUE_JOB_HITRACE(pendingJob, queueType) job::EnqueueJobScope hitraceScope(pendingJob, q… argument 42 #define ENQUEUE_JOB_HITRACE(pendingJob, queueType) argument
|