Home
last modified time | relevance | path

Searched refs:nodeId_ (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h36 nodeId_(nodeId), in Sample()
40 const uint32_t nodeId_; member
87 uint32_t nodeId_ = 0; variable
Dheap_sampling.cpp208 return ++nodeId_; in CreateNodeId()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1716 nodeId_ = nodeId; in SetNodeId()
1722 return nodeId_; in GetNodeId()
1741 int32_t nodeId_ {0};
Dpt_types.cpp2006 samplingHeapProfileSample->nodeId_ = nodeId; in Create()
2030 result->Add("nodeId", nodeId_); in ToJson()
2275 sampleTemp->SetNodeId(sample.nodeId_); in FromSamplingInfo()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp870 ASSERT_TRUE(nodeId == sampleInfo.nodeId_); in HWTEST_F_L0()