Home
last modified time | relevance | path

Searched defs:forwardAddress (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
Dparallel_marker-inl.h210 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
303 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local
366 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); in AllocateReadOnlySpace() local
378 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); in AllocateAppSpawnSpace() local
392 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); in EvacuateObject() local
Dheap.cpp753 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp50 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_profiler.cpp118 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp208 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp649 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local