Searched refs:queueType (Results 1 – 9 of 9) 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 | 32 … MicroJobQueue::EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType, in EnqueueJob() argument 43 ENQUEUE_JOB_HITRACE(pendingJob, queueType); in EnqueueJob() 46 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJob() 51 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJob()
|
| D | hitrace_scope.cpp | 23 EnqueueJobScope::EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, QueueType queueType) in EnqueueJobScope() argument 35 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJobScope() 38 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJobScope()
|
| D | micro_job_queue.h | 36 static void EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType,
|
| D | hitrace_scope.h | 34 EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, job::QueueType queueType);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 43 …#define ENQUEUE_JOB_HITRACE(pendingJob, queueType) job::EnqueueJobScope hitraceScope(pendingJob, q… argument 48 #define ENQUEUE_JOB_HITRACE(pendingJob, queueType) argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 1661 QueueType queueType = QueueType::QUEUE_PROMISE);
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5543 void JSNApi::SetHostEnqueueJob(const EcmaVM *vm, Local<JSValueRef> cb, QueueType queueType) in SetHostEnqueueJob() argument 5550 MicroJobQueue::EnqueueJob(thread, job, queueType, fun, array); in SetHostEnqueueJob()
|