Home
last modified time | relevance | path

Searched defs:forwardAddress (Results 1 – 11 of 11) 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_snapshot.cpp184 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
Dheap_profiler.cpp136 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h64 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
Dfull_gc-inl.h112 uintptr_t forwardAddress = AllocateForwardAddress(size); in EvacuateObject() local
141 uintptr_t forwardAddress = workNodeHolder_->GetTlabAllocator()->Allocate(size, COMPRESS_SPACE); in AllocateDstSpace() local
151 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->AllocateSync(size); in AllocateAppSpawnSpace() local
Dheap-inl.h645 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
657 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h238 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local
253 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() 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.cpp541 void MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) override in MoveEvent()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp670 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local