Home
last modified time | relevance | path

Searched refs:rootObjCnt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h120 uint64_t rootObjCnt; member in panda::ecmascript::ChunkDecoder
H A Dheap_profiler.cpp212 rootObjCnt = u64Ptr[currInd++]; in ChunkDecoder()
215 LOG_ECMA(INFO) << "ChunkDecoder init: heapObjCnt=" << heapObjCnt << ", rootObjCnt=" << rootObjCnt in ChunkDecoder()
219 for (uint64_t i = 0; i < rootObjCnt; i++) { in ChunkDecoder()

Completed in 3 milliseconds