Home
last modified time | relevance | path

Searched defs:newAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp155 auto *newAddr = reinterpret_cast<ObjectHeader *>(markword.GetForwardingAddress()); in ProcessReferencesAfterCompaction() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.h291 auto newAddr = reinterpret_cast<ObjectHeader *>(GetForwardAddress(obj)); in UpdateMovedRefs() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp276 auto newAddr = reinterpret_cast<uint64_t>(toItemInfo->second->Data()); in VisitMember() local
301 auto newAddr = VisitMember(slot, objAddr, notFoundObj_, jsHclass, objMap_); in VisitObjectRangeImpl() local
319 auto newAddr = objInfo.second->Data(); in VisitObj() local
Dheap_snapshot.cpp1086 void HeapSnapshot::FillEdgesForBinMod(char *newAddr, CUnorderedSet<uint64_t> *refSet) in FillEdgesForBinMod()
1165 auto newAddr = reinterpret_cast<uint64_t>(objItem.second->Data()); in BuildSnapshotForBinMod() local