Searched defs:forwardAddress (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
|
| D | parallel_marker-inl.h | 210 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
|
| D | heap.cpp | 753 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_tracker.cpp | 50 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| D | heap_profiler.cpp | 118 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| D | heap_snapshot.cpp | 208 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.cpp | 92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 649 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local
|