Searched refs:BatchBitSet (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers.cpp | 91 ARK_NOINLINE bool BatchBitSet([[maybe_unused]] const JSThread* thread, Region* objectRegion, JSTaggedValue* dst, in BatchBitSet() function 133 template bool BatchBitSet<Region::InYoung>(const JSThread*, Region*, JSTaggedValue*, size_t); 134 template bool BatchBitSet<Region::InGeneralOld>(const JSThread*, Region*, JSTaggedValue*, size_t); 135 template bool BatchBitSet<Region::Other>(const JSThread*, Region*, JSTaggedValue*, size_t);
|
H A D | barriers-inl.h | 116 ARK_NOINLINE bool BatchBitSet(const JSThread* thread, Region* objectRegion, JSTaggedValue* dst, size_t count); 134 allValueNotHeap = BatchBitSet<Region::InYoung>(thread, objectRegion, dst, count); in CopyObject() 136 allValueNotHeap = BatchBitSet<Region::InGeneralOld>(thread, objectRegion, dst, count); in CopyObject() 138 allValueNotHeap = BatchBitSet<Region::Other>(thread, objectRegion, dst, count); in CopyObject()
|
Completed in 1 milliseconds