Searched defs:toAddress (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 262 inline void SharedGCMovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t… in RawCopyObject() 273 … uintptr_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/ |
| D | full_gc-inl.h | 161 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/ |
| D | ark_collector.h | 35 BaseObject* toAddress = theSpace.RouteObject(old, size); in RouteObject() local
|