Lines Matching refs:pendingJob
23 EnqueueJobScope::EnqueueJobScope(const JSHandle<PendingJob> &pendingJob, QueueType queueType)
29 pendingJob->SetChainId(childId.GetChainId());
30 pendingJob->SetSpanId(childId.GetSpanId());
31 pendingJob->SetParentSpanId(childId.GetParentSpanId());
32 pendingJob->SetFlags(childId.GetFlags());
53 ExecuteJobScope::ExecuteJobScope(const JSHandle<PendingJob> &pendingJob)
59 if (pendingJob->GetChainId() != 0) {
60 hitraceId_.SetChainId(pendingJob->GetChainId());
61 hitraceId_.SetSpanId(pendingJob->GetSpanId());
62 hitraceId_.SetParentSpanId(pendingJob->GetParentSpanId());
63 hitraceId_.SetFlags(pendingJob->GetFlags());
89 EnqueueJobTrace::EnqueueJobTrace(JSThread *thread, const JSHandle<PendingJob> &pendingJob)
97 pendingJob->SetJobId(jobId);
129 ExecuteJobTrace::ExecuteJobTrace(JSThread *thread, const JSHandle<PendingJob> &pendingJob)
133 uint64_t jobId = pendingJob->GetJobId();