Searched refs:entryIdMap_ (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_profiler.h | 155 return entryIdMap_->GetIdCount(); 159 return const_cast<EntryIdMap *>(entryIdMap_); in GetEntryIdMap() 196 EntryIdMap* entryIdMap_; member in panda::ecmascript::HeapProfiler
|
H A D | heap_profiler.cpp | 117 entryIdMap_ = GetChunk()->New<EntryIdMap>(); in HeapProfiler() 124 GetChunk()->Delete(entryIdMap_); in ~HeapProfiler() 142 entryIdMap_->Move(static_cast<JSTaggedType>(address), reinterpret_cast<JSTaggedType>(forwardAddress)); in MoveEvent() 191 entryIdMap_->UpdateEntryIdMap(snapshot); in DoDump() 381 auto *snapshot = new HeapSnapshot(vm_, GetEcmaStringTable(), dumpOption, traceAllocation, entryIdMap_, GetChunk()); in GenerateHeapSnapshot() 604 auto *snapshotPtr = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), op, false, entryIdMap_, GetChunk()); in BinaryDump() 605 auto ret = FillAddrTable(vm_, *entryIdMap_, table, snapshotPtr); in BinaryDump() 643 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in FillIdMap() 648 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in FillIdMap() 658 auto [idExist, sequenceId] = entryIdMap_ in FillIdMap() [all...] |
H A D | heap_snapshot.cpp | 83 entryIdMap_ = nullptr; in ~HeapSnapshot() 119 entryIdMap_->EraseId((*iter)->GetAddress()); in UpdateNodes() 140 timeStamps_.emplace_back(entryIdMap_->GetLastId()); in RecordSampleTime() 690 entryIdMap_->InsertId(addr, sequenceId); in HandleBaseClassNode() 749 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateNode() 769 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateNode() 774 entryIdMap_->InsertId(addr, sequenceId); in GenerateNode() 951 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateStringNode() 955 entryIdMap_->InsertId(addr, sequenceId); in GenerateStringNode() 973 auto [idExist, sequenceId] = entryIdMap_ in GeneratePrivateStringNode() [all...] |
H A D | heap_snapshot.h | 412 entryIdMap_(entryIdMap), chunk_(chunk) {} in HeapSnapshot() 570 EntryIdMap* entryIdMap_; member in panda::ecmascript::EdgeType::Reference::HeapSnapshot
|
Completed in 8 milliseconds