Searched defs:forwardAddress (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mark_word.h | 54 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress() argument
|
| H A D | parallel_marker-inl.h | 279 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 D | heap.cpp | 1549 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 D | heap_tracker.cpp | 51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent() argument
|
| H A D | heap_profiler.cpp | 138 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent() argument
|
| H A D | heap_snapshot.cpp | 187 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 D | ref_block.cpp | 92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker-inl.h | 269 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 D | ets_vm.cpp | 672 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local 674 LOG(DEBUG, GC) << "Forward root object: " << arg << " -> " << forwardAddress; in UpdateMovedVmRef() local
|
Completed in 11 milliseconds