Lines Matching refs:entryIdMap_
117 entryIdMap_ = GetChunk()->New<EntryIdMap>();
124 GetChunk()->Delete(entryIdMap_);
142 entryIdMap_->Move(static_cast<JSTaggedType>(address), reinterpret_cast<JSTaggedType>(forwardAddress));
191 entryIdMap_->UpdateEntryIdMap(snapshot);
381 auto *snapshot = new HeapSnapshot(vm_, GetEcmaStringTable(), dumpOption, traceAllocation, entryIdMap_, GetChunk());
604 auto *snapshotPtr = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), op, false, entryIdMap_, GetChunk());
605 auto ret = FillAddrTable(vm_, *entryIdMap_, table, snapshotPtr);
643 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
648 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
658 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
664 CUnorderedMap<JSTaggedType, NodeId>* idMap = entryIdMap_->GetIdMap();
883 traceAllocation, entryIdMap_, GetChunk());
893 traceAllocation, entryIdMap_, GetChunk());