Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.cpp118 if constexpr (kind == Region::InYoung) { in BatchBitSet()
133 template bool BatchBitSet<Region::InYoung>(const JSThread*, Region*, JSTaggedValue*, size_t);
H A Dbarriers-inl.h134 allValueNotHeap = BatchBitSet<Region::InYoung>(thread, objectRegion, dst, count); in CopyObject()
H A Dregion.h189 enum RegionSpaceKind { InYoung, InGeneralOld, Other }; enumerator
212 template <RegionSpaceKind T = kind, std::enable_if_t<T == InYoung, int> = 0>
242 case InYoung: in CalculateBitSetNum()
H A Dregion-inl.h519 if (kind == InYoung && idx == NewToEdenIdx) { in Consume()

Completed in 7 milliseconds