Searched refs:VisitBodyInObj (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | parallel_marker.cpp | 74 if (VisitBodyInObj(root, start, end, in ProcessMarkStack() 107 if (VisitBodyInObj(root, start, end, in ProcessIncrementalMarkStack() 152 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { MarkValue(threadId, root, slot); })) { in ProcessMarkStack() 178 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { MarkValue(threadId, slot); })) { in ProcessMarkStack()
|
D | parallel_evacuator-inl.h | 35 bool ParallelEvacuator::VisitBodyInObj( in VisitBodyInObj() function 149 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { SetObjectRSet(slot, region); })) { in SetObjectFieldRSet()
|
D | parallel_marker.h | 99 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback… 120 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback…
|
D | parallel_evacuator.h | 146 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback…
|
D | parallel_evacuator.cpp | 154 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { VerifyValue(object, slot); })) { in VerifyHeapObject() 394 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { UpdateObjectSlot(slot); })) { in UpdateNewObjectField()
|
D | parallel_marker-inl.h | 31 inline bool NonMovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, … in VisitBodyInObj() function 137 inline bool MovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Cal… in VisitBodyInObj() function
|