Searched refs:InYoung (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers.cpp | 118 if constexpr (kind == Region::InYoung) { in BatchBitSet() 133 template bool BatchBitSet<Region::InYoung>(const JSThread*, Region*, JSTaggedValue*, size_t);
|
H A D | barriers-inl.h | 134 allValueNotHeap = BatchBitSet<Region::InYoung>(thread, objectRegion, dst, count); in CopyObject()
|
H A D | region.h | 189 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 D | region-inl.h | 519 if (kind == InYoung && idx == NewToEdenIdx) { in Consume()
|
Completed in 4 milliseconds