Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h78 struct AddrTableItem { struct
87 AddrTableItem *tInfo;
H A Dheap_profiler.cpp223 auto table = reinterpret_cast<AddrTableItem *>(&u64Ptr[currInd]); in ChunkDecoder()
538 bool FillAddrTable(const EcmaVM *vm, EntryIdMap &idMap, AddrTableItem *table, HeapSnapshot *snapshot) in FillAddrTable()
563 void CopyObjectMem(char *chunk, AddrTableItem *table, uint64_t len, std::atomic<uint64_t> &index, in CopyObjectMem()
590 uint64_t totalSize = sizeof(uint64_t) * (4 + roots.size()) + sizeof(AddrTableItem) * heapTotalCnt; // 4 : file head in BinaryDump()
602 auto table = reinterpret_cast<AddrTableItem *>(&header[currInd]); in BinaryDump()

Completed in 3 milliseconds