Searched defs:forwardAddress (Results 1 – 11 of 11) 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 | 279 uintptr_t forwardAddress = 0; in AllocateDstSpace() local 410 uintptr_t forwardAddress = AllocateDstSpace(threadId, size, isPromoted); in EvacuateObject() local 478 uintptr_t forwardAddress = heap_->GetReadOnlySpace()->Allocate(size); in AllocateReadOnlySpace() local 490 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->Allocate(size); in AllocateAppSpawnSpace() local 504 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size, klass, object); in EvacuateObject() local
|
| D | heap.cpp | 1554 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_tracker.cpp | 51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| D | heap_snapshot.cpp | 186 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
| D | heap_profiler.cpp | 139 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.cpp | 92 ObjectHeader *forwardAddress = GetForwardAddress(obj); in UpdateMovedRefs() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 292 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local 307 uintptr_t forwardAddress = 0; in AllocateDstSpace() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_snapshot_test.cpp | 33 void MoveNodeTest(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNodeTest()
|
| D | heap_dump_test.cpp | 537 void MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) override in MoveEvent()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 669 ObjectHeader *forwardAddress = mem::GetForwardAddress(arg); in UpdateMovedVmRef() local
|