Home
last modified time | relevance | path

Searched refs:VisitBodyInObj (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker.cpp127 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 Dparallel_evacuator-inl.h56 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 Dparallel_marker.h106 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end,
129 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
H A Dparallel_marker-inl.h30 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 Dparallel_evacuator.h219 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
H A Dparallel_evacuator.cpp567 if (VisitBodyInObj(root, start, end, in UpdateNewObjectField()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker.cpp120 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack()
168 if (VisitBodyInObj(root, start, end, cb)) { in ProcessMarkStack()
H A Dshared_gc_marker.h54 inline bool VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback);
H A Dshared_gc_marker-inl.h104 ARK_INLINE bool SharedGCMarkerBase::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() function in panda::ecmascript::SharedGCMarkerBase

Completed in 8 milliseconds