Home
last modified time | relevance | path

Searched defs:MarkValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.h68 …virtual inline void MarkValue([[maybe_unused]] uint32_t threadId, [[maybe_unused]] ObjectSlot &slo… in MarkValue() function
Dshared_gc_marker-inl.h47 inline void SharedGCMarker::MarkValue(uint32_t threadId, ObjectSlot &slot) in MarkValue() function
270 void SharedGCMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot) in MarkValue() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker-inl.h49 inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bo… in MarkValue() function
369 inline void SemiGCMarker::MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlot slot) in MarkValue() function
440 inline void CompressGCMarker::MarkValue(uint32_t threadId, ObjectSlot slot) in MarkValue() function