Home
last modified time | relevance | path

Searched refs:InGeneralOld (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.cpp123 } else if constexpr (kind == Region::InGeneralOld) { in BatchBitSet()
134 template bool BatchBitSet<Region::InGeneralOld>(const JSThread*, Region*, JSTaggedValue*, size_t);
H A Dbarriers-inl.h136 allValueNotHeap = BatchBitSet<Region::InGeneralOld>(thread, objectRegion, dst, count); in CopyObject()
H A Dregion.h189 enum RegionSpaceKind { InYoung, InGeneralOld, Other }; enumerator
218 template <RegionSpaceKind T = kind, std::enable_if_t<T == InGeneralOld, int> = 0>
244 case InGeneralOld: in CalculateBitSetNum()
H A Dregion-inl.h523 if (kind == InGeneralOld && idx == OldToNewIdx) { in Consume()

Completed in 4 milliseconds