Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h263 inline void SharedGCMovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t… in RawCopyObject()
274uintptr_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/
Dfull_gc-inl.h160 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()