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