Home
last modified time | relevance | path

Searched refs:newAddr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp234 objInfo->newAddr = objMem; in ChunkDecoder()
312 auto newAddr = reinterpret_cast<uint64_t>(toItemInfo->second->newAddr); in DecodeObj()
313 newAddr = CheckAndAddWeak(value, newAddr); in DecodeObj()
314 refVec->insert(newAddr); in DecodeObj()
315 slot.Update(reinterpret_cast<TaggedObject *>(newAddr)); in DecodeObj()
320 auto jsHclassAddr = *reinterpret_cast<uint64_t *>(v->newAddr); in DecodeObj()
326 TaggedObject *obj = reinterpret_cast<TaggedObject *>(v->newAddr); in DecodeObj()
327 *reinterpret_cast<uint64_t *>(v->newAddr) in DecodeObj()
[all...]
H A Dheap_profiler.h88 char *newAddr; member
H A Dheap_snapshot.cpp1086 auto entryFrom = entryMap_.FindEntry(reinterpret_cast<JSTaggedType>(objInfo->newAddr)); in FillEdgesForBinMod()
1138 TaggedObject *root = reinterpret_cast<TaggedObject *>(objInfo->newAddr); in AddSyntheticRootForBinMod()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference_processor.cpp155 auto *newAddr = reinterpret_cast<ObjectHeader *>(markword.GetForwardingAddress()); in ProcessReferencesAfterCompaction()
156 weakRef->SetReferent(ark::ets::EtsObject::FromCoreType(newAddr)); in ProcessReferencesAfterCompaction()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.h291 auto newAddr = reinterpret_cast<ObjectHeader *>(GetForwardAddress(obj)); in UpdateMovedRefs() local
292 LOG(DEBUG, GC) << "Global ref update from: " << obj << " to: " << newAddr; in UpdateMovedRefs() local
293 storage_[index] = ToUintPtr(newAddr); in UpdateMovedRefs()

Completed in 5 milliseconds