Home
last modified time | relevance | path

Searched refs:IsForwardingAddress (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator-inl.h46 if (markWord.IsForwardingAddress()) { in VisitBodyInObj()
69 if (markWord.IsForwardingAddress()) { in UpdateOldToNewObjectSlot()
109 if (markWord.IsForwardingAddress()) { in UpdateObjectSlot()
126 if (markWord.IsForwardingAddress()) { in UpdateWeakObjectSlot()
Dmark_word.h44 bool IsForwardingAddress() in IsForwardingAddress() function
Dstw_young_gc.cpp111 if (markWord.IsForwardingAddress()) { in Sweep()
129 if (markWord.IsForwardingAddress()) { in Sweep()
Dfull_gc.cpp120 if (markWord.IsForwardingAddress()) { in Sweep()
142 if (markWord.IsForwardingAddress()) { in Sweep()
Dparallel_marker-inl.h147 if (markWord.IsForwardingAddress()) { in VisitBodyInObj()
289 if (markWord.IsForwardingAddress()) { in MarkObject()
356 if (markWord.IsForwardingAddress()) { in MarkObject()
Dparallel_evacuator.cpp286 if (markWord.IsForwardingAddress()) { in UpdateWeakReference()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp263 if (word.IsForwardingAddress()) { in IterateHandleWithCheck()