Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp59 hitraceId_.SetChainId(pendingJob->GetChainId()); in ExecuteJobScope()
60 hitraceId_.SetSpanId(pendingJob->GetSpanId()); in ExecuteJobScope()
61 hitraceId_.SetParentSpanId(pendingJob->GetParentSpanId()); in ExecuteJobScope()
62 hitraceId_.SetFlags(pendingJob->GetFlags()); in ExecuteJobScope()
64 if (hitraceId_.IsValid()) { in ExecuteJobScope()
65 HiTraceChain::SetId(hitraceId_); in ExecuteJobScope()
66 if (hitraceId_.IsFlagEnabled(HITRACE_FLAG_TP_INFO)) { in ExecuteJobScope()
68 hitraceId_, "Before %s pending job execute", "Promise"); in ExecuteJobScope()
76 if (hitraceId_.IsValid()) { in ~ExecuteJobScope()
77 if (hitraceId_.IsFlagEnabled(HITRACE_FLAG_TP_INFO)) { in ~ExecuteJobScope()
[all …]
Dhitrace_scope.h46 HiTraceId hitraceId_; variable