Home
last modified time | relevance | path

Searched defs:nativeSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.h133 uint32_t nativeSize; member
Dheap_snapshot.cpp36 size_t nativeSize, JSTaggedType entry, bool isLive) in NewNode()
780 size_t nativeSize = 0; in HandleBaseClassNode() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h130 uint32_t nativeSize; member
Dcommon.h84 uint32_t nativeSize = 0; member
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dtreap.h54 size_t nativeSize = (nodeCount + 7) * AllocUtilRndUp(sizeof(TreapNode), alignof(TreapNode)); in Init() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1185 inline void RecordOrResetNativeSize(size_t nativeSize) in RecordOrResetNativeSize()