Lines Matching defs:tSize
10368 const auto tSize = static_cast<int32_t>(JSTaggedValue::TaggedTypeSize());
10369 static_assert((tSize & (tSize - 1)) == 0 && "TaggedTypeSize must be power of 2");
10380 offset = Int32(tSize);
10389 BRANCH_LIKELY(Int32UnsignedLessThan(*offset, Int32Mul(length, Int32(tSize))), &storeValue, &exit);
10393 GateRef off2 = PtrAdd(off1, IntPtr(tSize));
10398 offset = Int32Add(*offset, Int32(LOOP_UNROLL_FACTOR * tSize));
10422 const auto tSize = static_cast<int32_t>(JSTaggedValue::TaggedTypeSize());
10423 static_assert((tSize & (tSize - 1)) == 0 && "TaggedTypeSize must be power of 2");
10426 DEFVARIABLE(offset, VariableType::INT32(), Int32Mul(length, Int32(tSize)));
10433 offset = Int32Sub(*offset, Int32(tSize));
10447 offset = Int32Sub(*offset, Int32(LOOP_UNROLL_FACTOR * tSize));
10449 GateRef off2 = PtrAdd(off1, IntPtr(tSize));