Searched defs:forwardAddress (Results 1 – 6 of 6) 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 | 212 uintptr_t forwardAddress = 0; in AllocateDstSpace() local 305 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local 367 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); in AllocateReadOnlySpace() local 379 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); in AllocateAppSpawnSpace() local 393 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); in EvacuateObject() local
|
| D | heap.cpp | 593 …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 | 117 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| D | heap_snapshot.cpp | 195 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|