Home
last modified time | relevance | path

Searched refs:VisitBodyInObj (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp74 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()
Dparallel_evacuator-inl.h35 bool ParallelEvacuator::VisitBodyInObj( in VisitBodyInObj() function
149 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { SetObjectRSet(slot, region); })) { in SetObjectFieldRSet()
Dparallel_marker.h99 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback…
120 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback…
Dparallel_evacuator.h146 …inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback…
Dparallel_evacuator.cpp154 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { VerifyValue(object, slot); })) { in VerifyHeapObject()
394 … if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { UpdateObjectSlot(slot); })) { in UpdateNewObjectField()
Dparallel_marker-inl.h31 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