Home
last modified time | relevance | path

Searched refs:GetSelfSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp42 int selfSize = static_cast<int>(node->GetSelfSize()); in AllocationEvent()
H A Dheap_snapshot.cpp120 DecreaseNodeSize((*iter)->GetSelfSize()); in UpdateNodes()
162 nodesSize += (*iter)->GetSelfSize(); in PushHeapStat()
1235 AccumulateNodeSize(node->GetSelfSize()); in InsertNodeUnique()
1245 DecreaseNodeSize(node->GetSelfSize()); in EraseNodeUnique()
H A Dheap_snapshot.h104 size_t GetSelfSize() const in GetSelfSize() function in panda::ecmascript::EdgeType::Node
H A Dheap_snapshot_json_serializer.cpp148 writer->WriteNumber(node->GetSelfSize()); // 4. in SerializeNodes()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp871 int32_t selfSize = nodeInfo->GetSelfSize(); in HWTEST_F_L0()
906 int32_t selfSize = headInfo->GetSelfSize(); in HWTEST_F_L0()
H A Ddebugger_types_test.cpp1789 EXPECT_EQ(object->GetSelfSize(), 10);
1893 EXPECT_EQ(head->GetSelfSize(), 10);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1916 int32_t GetSelfSize() const in GetSelfSize() function in panda::ecmascript::tooling::final::final

Completed in 14 milliseconds