Searched refs:QueueType (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jobs/ |
D | hitrace_scope.cpp | 22 EnqueueJobScope::EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, QueueType queueType) in EnqueueJobScope() 34 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJobScope() 37 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJobScope()
|
D | micro_job_queue.cpp | 30 void MicroJobQueue::EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueT… in EnqueueJob() 42 if (queueType == QueueType::QUEUE_PROMISE) { in EnqueueJob() 47 } else if (queueType == QueueType::QUEUE_SCRIPT) { in EnqueueJob()
|
D | micro_job_queue.h | 25 enum class QueueType : uint8_t { enum 38 static void EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType,
|
D | hitrace_scope.h | 33 EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, job::QueueType queueType);
|
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
D | micro_job_queue_test.cpp | 29 using QueueType = job::QueueType; typedef 111 QueueType type = QueueType::QUEUE_PROMISE; in HWTEST_F_L0() 145 QueueType type = QueueType::QUEUE_SCRIPT; in HWTEST_F_L0() 199 …MicroJobQueue::EnqueueJob(thread, handleMicrojob, QueueType::QUEUE_PROMISE, promiseReactionsJob, a… in HWTEST_F_L0() 242 …MicroJobQueue::EnqueueJob(thread, handleMicrojob, QueueType::QUEUE_PROMISE, promiseReactionsJob, a… in HWTEST_F_L0() 253 …MicroJobQueue::EnqueueJob(thread, handleMicrojob, QueueType::QUEUE_SCRIPT, promiseReactionsJob, ar… in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_finalization_registry.cpp | 158 … job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, func, argv); in DealCallBackOfMap() 193 … job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, func, argv); in CleanupFinalizationRegistry()
|
D | js_promise.cpp | 179 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseReactionsJob, ar… in TriggerPromiseReactions()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise.cpp | 430 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseReactionsJob, ar… in PerformPromiseThen() 442 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseReactionsJob, ar… in PerformPromiseThen()
|
D | builtins_promise_handler.cpp | 98 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseResolveThenableJ… in Resolve()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 158 using ecmascript::job::QueueType; 862 MicroJobQueue::EnqueueJob(vm->GetJSThread(), job, QueueType::QUEUE_PROMISE, fun, array); in SetHostEnqueueJob()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 1428 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, dynamicImportJob, argv); in RuntimeDynamicImport()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 18577 get QueueType() { getter 21109 get QueueType() { getter
|