Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
Dparallel_marker-inl.h279 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
410 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local
478 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); in AllocateReadOnlySpace() local
490 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); in AllocateAppSpawnSpace() local
504 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); in EvacuateObject() local
Dheap.cpp1554 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp186 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
Dheap_profiler.cpp139 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h292 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local
307 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.cpp537 void MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) override in MoveEvent()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp669 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local