Searched defs:toAddress (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 263 inline void SharedGCMovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t… in RawCopyObject() 274 … uintptr_t toAddress, size_t size, ObjectSlot slot) in UpdateForwardAddressIfSuccess() 288 void SharedGCMovableMarker::UpdateForwardAddressIfFailed(TaggedObject *object, uintptr_t toAddress,… in UpdateForwardAddressIfFailed()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | full_gc-inl.h | 160 void FullGCRunner::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, const Mar… in RawCopyObject() 171 TaggedObject *toAddress) in UpdateForwardAddressIfSuccess() 182 void FullGCRunner::UpdateForwardAddressIfFailed(ObjectSlot slot, size_t size, uintptr_t toAddress, … in UpdateForwardAddressIfFailed()
|