Home
last modified time | relevance | path

Searched defs:toAddress (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h262 inline void SharedGCMovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t… in RawCopyObject()
273uintptr_t toAddress, size_t size, ObjectSlot slot) in UpdateForwardAddressIfSuccess()
287 void SharedGCMovableMarker::UpdateForwardAddressIfFailed(TaggedObject *object, uintptr_t toAddress,… in UpdateForwardAddressIfFailed()
/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc-inl.h161 void FullGCRunner::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, const Mar… in RawCopyObject()
172 TaggedObject *toAddress) in UpdateForwardAddressIfSuccess()
183 void FullGCRunner::UpdateForwardAddressIfFailed(ObjectSlot slot, size_t size, uintptr_t toAddress, … in UpdateForwardAddressIfFailed()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.h35 BaseObject* toAddress = theSpace.RouteObject(old, size); in RouteObject() local