Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker.h68 virtual inline void MarkValue([[maybe_unused]] uint32_t threadId, [[maybe_unused]] ObjectSlot &slot) in MarkValue() function in panda::ecmascript::SharedGCMarkerBase
H A Dshared_gc_marker-inl.h46 inline void SharedGCMarker::MarkValue(uint32_t threadId, ObjectSlot &slot) in MarkValue() function in panda::ecmascript::SharedGCMarker
247 void SharedGCMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot) in MarkValue() function in panda::ecmascript::SharedGCMovableMarker
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h49 inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bool needBarrier) in MarkValue() function in panda::ecmascript::NonMovableMarker
369 inline void SemiGCMarker::MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlot slot) in MarkValue() function in panda::ecmascript::SemiGCMarker
440 inline void CompressGCMarker::MarkValue(uint32_t threadId, ObjectSlot slot) in MarkValue() function in panda::ecmascript::CompressGCMarker

Completed in 3 milliseconds