/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | parallel_marker.cpp | 127 if (VisitBodyInObj(root, start, end, needBarrier, cb)) { in ProcessMarkStack() 171 if (VisitBodyInObj(root, start, end, needBarrier, cb)) { in ProcessIncrementalMarkStack() 213 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack() 234 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack()
|
H A D | parallel_evacuator-inl.h | 56 bool ParallelEvacuator::VisitBodyInObj( in VisitBodyInObj() function in panda::ecmascript::ParallelEvacuator 260 if (VisitBodyInObj(root, start, end, [&](ObjectSlot slot) { SetLocalToShareRSet(slot, region); })) { in UpdateLocalToShareRSet() 290 if (VisitBodyInObj(root, start, end, in SetObjectFieldRSet()
|
H A D | parallel_marker.h | 106 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, 129 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
|
H A D | parallel_marker-inl.h | 30 ARK_INLINE bool NonMovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() function in panda::ecmascript::NonMovableMarker 189 ARK_INLINE bool MovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback) in VisitBodyInObj() function in panda::ecmascript::MovableMarker 342 if (VisitBodyInObj(root, start, end, in UpdateLocalToShareRSet()
|
H A D | parallel_evacuator.h | 219 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
|
H A D | parallel_evacuator.cpp | 567 if (VisitBodyInObj(root, start, end, in UpdateNewObjectField()
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_gc_marker.cpp | 120 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack() 168 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack()
|
H A D | shared_gc_marker.h | 54 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
|
H A D | shared_gc_marker-inl.h | 104 ARK_INLINE bool SharedGCMarkerBase::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() function in panda::ecmascript::SharedGCMarkerBase
|