Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_profiler.cpp149 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp184 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h65 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
Dfull_gc-inl.h113 uintptr_t forwardAddress = AllocateForwardAddress(size); in EvacuateObject() local
142 uintptr_t forwardAddress = workNodeHolder_->GetTlabAllocator()->Allocate(size, COMPRESS_SPACE); in AllocateDstSpace() local
152 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->AllocateSync(size); in AllocateAppSpawnSpace() local
Dheap-inl.h769 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
781 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h237 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local
252 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp33 void MoveNodeTest(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNodeTest()
Dheap_dump_test.cpp856 void MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) override in MoveEvent()