Searched defs:forwardAddress (Results 1 – 9 of 9) sorted by relevance
| /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_profiler.cpp | 149 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| D | heap_snapshot.cpp | 184 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 65 static MarkWordType FromForwardingAddress(MarkWordType forwardAddress) in FromForwardingAddress()
|
| D | full_gc-inl.h | 113 uintptr_t forwardAddress = AllocateForwardAddress(size); in EvacuateObject() local 142 uintptr_t forwardAddress = workNodeHolder_->GetTlabAllocator()->Allocate(size, COMPRESS_SPACE); in AllocateDstSpace() local 152 uintptr_t forwardAddress = heap_->GetAppSpawnSpace()->AllocateSync(size); in AllocateAppSpawnSpace() local
|
| D | heap-inl.h | 769 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent() 781 …eap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAddress, in OnMoveEvent()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 237 uintptr_t forwardAddress = AllocateForwardAddress(threadId, size); in EvacuateObject() local 252 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 | 856 void MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) override in MoveEvent()
|