Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
Dparallel_marker-inl.h212 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
305 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local
367 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); in AllocateReadOnlySpace() local
379 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); in AllocateAppSpawnSpace() local
393 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); in EvacuateObject() local
Dheap.cpp593 …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.cpp117 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp195 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()