Home
last modified time | relevance | path

Searched refs:hitraceId_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dhitrace_scope.cpp60 hitraceId_.SetChainId(pendingJob->GetChainId()); in ExecuteJobScope()
61 hitraceId_.SetSpanId(pendingJob->GetSpanId()); in ExecuteJobScope()
62 hitraceId_.SetParentSpanId(pendingJob->GetParentSpanId()); in ExecuteJobScope()
63 hitraceId_.SetFlags(pendingJob->GetFlags()); in ExecuteJobScope()
65 if (hitraceId_.IsValid()) { in ExecuteJobScope()
66 HiTraceChain::SetId(hitraceId_); in ExecuteJobScope()
67 if (hitraceId_.IsFlagEnabled(HITRACE_FLAG_TP_INFO)) { in ExecuteJobScope()
69 hitraceId_, "Before %s pending job execute", "Promise"); in ExecuteJobScope()
77 if (hitraceId_.IsValid()) { in ~ExecuteJobScope()
78 if (hitraceId_ in ~ExecuteJobScope()
[all...]
H A Dhitrace_scope.h47 HiTraceId hitraceId_; member in panda::ecmascript::job::ExecuteJobScope

Completed in 1 milliseconds