Lines Matching refs:idx
504 for (size_t idx = 0; idx < BitSetNum; idx++) {
505 if (bitsets[idx].none()) {
508 Consume(idx, updateAddress, static_cast<uint32_t>(bitsets[idx].to_ulong()));
513 ARK_INLINE void Region::Updater<kind>::Consume(size_t idx, uintptr_t updateAddress, uint32_t mask)
515 if (idx == LocalToShareIdx) {
519 if (kind == InYoung && idx == NewToEdenIdx) {
523 if (kind == InGeneralOld && idx == OldToNewIdx) {