Home
last modified time | relevance | path

Searched defs:pendingJob (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp23 EnqueueJobScope::EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, QueueType queueType) in EnqueueJobScope()
53 ExecuteJobScope::ExecuteJobScope(const JSHandle<PendingJob> &pendingJob) in ExecuteJobScope()
89 EnqueueJobTrace::EnqueueJobTrace(JSThread *thread, const JSHandle<PendingJob> &pendingJob) in EnqueueJobTrace()
129 ExecuteJobTrace::ExecuteJobTrace(JSThread *thread, const JSHandle<PendingJob> &pendingJob) in ExecuteJobTrace()
Dmicro_job_queue.cpp41 JSHandle<PendingJob> pendingJob(factory->NewPendingJob(job, argv)); in EnqueueJob() local
61 JSMutableHandle<PendingJob> pendingJob(thread, JSTaggedValue::Undefined()); in ExecutePendingJob() local
Dpending_job.h39 static JSTaggedValue ExecutePendingJob(const JSHandle<PendingJob> &pendingJob, JSThread *thread) in ExecutePendingJob()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h43 …#define ENQUEUE_JOB_HITRACE(pendingJob, queueType) job::EnqueueJobScope hitraceScope(pendingJob, q… argument
44 #define EXECUTE_JOB_HITRACE(pendingJob) job::ExecuteJobScope hitraceScope(pendingJob) argument
45 …#define ENQUEUE_JOB_TRACE(thread, pendingJob) job::EnqueueJobTrace enqueueJobTrace(thread, pending… argument
46 …#define EXECUTE_JOB_TRACE(thread, pendingJob) job::ExecuteJobTrace executeJobTrace(thread, pending… argument
48 #define ENQUEUE_JOB_HITRACE(pendingJob, queueType) argument
49 #define EXECUTE_JOB_HITRACE(pendingJob) argument
50 #define ENQUEUE_JOB_TRACE(thread, pendingJob) argument
51 #define EXECUTE_JOB_TRACE(thread, pendingJob) argument
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp122 JSHandle<PendingJob> pendingJob(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1197 JSHandle<TaggedObject> pendingJob(thread, factory->NewObject(pendingClass)); in HWTEST_F_L0() local