Searched refs:RawCopyObject (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | parallel_marker-inl.h | 326 inline void MovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, in RawCopyObject() function in panda::ecmascript::MovableMarker 411 RawCopyObject(ToUintPtr(object), forwardAddress, size, markWord); in EvacuateObject() 505 RawCopyObject(ToUintPtr(object), forwardAddress, size, markWord); in EvacuateObject()
|
H A D | parallel_marker.h | 146 inline void RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, const MarkWord &markWord);
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_gc_marker-inl.h | 270 RawCopyObject(ToUintPtr(object), forwardAddress, size, markWord); in EvacuateObject() 294 inline void SharedGCMovableMarker::RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, in RawCopyObject() function in panda::ecmascript::SharedGCMovableMarker
|
H A D | shared_gc_marker.h | 131 inline void RawCopyObject(uintptr_t fromAddress, uintptr_t toAddress, size_t size, const MarkWord &markWord);
|
Completed in 4 milliseconds