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.cpp182 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.cpp245 auto newAddr = reinterpret_cast<uint64_t>(toItemInfo->second->Data()); in VisitMember() local
267 auto newAddr = VisitMember(slot, objAddr, notFoundObj, jsHclass, objMap); in VisitObj() local
274 auto newAddr = objInfo.second->Data(); in VisitObj() local
Dheap_snapshot.cpp1089 void HeapSnapshot::FillEdgesForBinMod(char *newAddr, CUnorderedSet<uint64_t> *refSet) in FillEdgesForBinMod()
1170 auto newAddr = reinterpret_cast<uint64_t>(objItem.second->Data()); in BuildSnapshotForBinMod() local