Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmark_word.h54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress() argument
H A Dparallel_marker-inl.h279 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
410 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local
411 RawCopyObject(ToUintPtr(object), forwardAddress, siz in EvacuateObject() local
478 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); AllocateReadOnlySpace() local
490 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); AllocateAppSpawnSpace() local
504 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); EvacuateObject() local
505 RawCopyObject(ToUintPtr(object), forwardAddress, size, markWord); EvacuateObject() local
[all...]
H A Dheap.cpp1549 void Heap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent() argument
1561 void SharedHeap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent() argument
H A Dheap_profiler.cpp138 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent() argument
H A Dheap_snapshot.cpp187 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode() argument
214 LOG_DEBUGGER(WARN) << "Untracked object moves from " << address << " to " << forwardAddress; in MoveNode() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dref_block.cpp92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h269 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local
270 RawCopyObject(ToUintPtr(object), forwardAddress, size, markWord); in EvacuateObject() local
284 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp672 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local
674 LOG(DEBUG, GC) << "Forward root object: " << arg << " -> " << forwardAddress; in UpdateMovedVmRef() local

Completed in 11 milliseconds