Home
last modified time | relevance | path

Searched defs:selfSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp40 int selfSize = static_cast<int>(node->GetSelfSize()); in AllocationEvent() local
Dheap_snapshot.cpp623 size_t selfSize = (size != 0) ? size : obj->GetClass()->SizeFromJSHClass(obj); in GenerateNode() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1652 SamplingHeapProfileNode &SetSelfSize(int32_t selfSize) in SetSelfSize()
Dpt_types.cpp1873 int32_t selfSize; in Create() local