Home
last modified time | relevance | path

Searched refs:selfSize_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp229 node->selfSize_ = 0; in CalNodeSelfSize()
232 node->selfSize_ += alloc.first * realCount; in CalNodeSelfSize()
H A Dheap_sampling.h50 size_t selfSize_ = 0; member
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp858 samplingInfo.head_.selfSize_ = 0; in HWTEST_F_L0()
872 ASSERT_TRUE(selfSize == samplingInfo.head_.selfSize_); in HWTEST_F_L0()
896 allocationNode.selfSize_ = 0; in HWTEST_F_L0()
907 ASSERT_TRUE(selfSize == allocationNode.selfSize_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1912 selfSize_ = selfSize; in SetSelfSize()
1918 return selfSize_; in GetSelfSize()
1948 int32_t selfSize_ {0};
H A Dpt_types.cpp2258 samplingHeapProfileNode->selfSize_ = selfSize; in Create()
2302 result->Add("selfSize", selfSize_); in ToJson()
2398 node->SetSelfSize(samplingNode->selfSize_); in TransferHead()

Completed in 14 milliseconds