Home
last modified time | relevance | path

Searched refs:QueueType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp22 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()
Dmicro_job_queue.cpp30 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()
Dmicro_job_queue.h25 enum class QueueType : uint8_t { enum
38 static void EnqueueJob(JSThread *thread, JSHandle<MicroJobQueue> jobQueue, QueueType queueType,
Dhitrace_scope.h33 EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, job::QueueType queueType);
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp29 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/
Djs_finalization_registry.cpp158 … 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()
Djs_promise.cpp179 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseReactionsJob, ar… in TriggerPromiseReactions()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp430 …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()
Dbuiltins_promise_handler.cpp98 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, promiseResolveThenableJ… in Resolve()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp158 using ecmascript::job::QueueType;
862 MicroJobQueue::EnqueueJob(vm->GetJSThread(), job, QueueType::QUEUE_PROMISE, fun, array); in SetHostEnqueueJob()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1428 …job::MicroJobQueue::EnqueueJob(thread, job, job::QueueType::QUEUE_PROMISE, dynamicImportJob, argv); in RuntimeDynamicImport()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js18577 get QueueType() { getter
21109 get QueueType() { getter