Lines Matching refs:Int32Constant
65 Int32Constant(static_cast<int>(Builtin::kNoBuiltinId))),
78 builtin_index, Int32Constant(kSystemPointerSizeLog2))));
615 TNode<Int32T> arg6 = Int32Constant(RegExp::CallOrigin::kFromJs);
1084 GotoIf(Word32Equal(Word32And(flag_value, Int32Constant(0xFF)), \
1085 Int32Constant(0)), \
1118 const TNode<Int32T> value = Int32Constant(Char); \
1366 GotoIf(Word32Equal(Word32And(flag_value, Int32Constant(0xFF)),
1367 Int32Constant(0)),
1452 GotoIfNot(Word32Equal(Word32And(lead, Int32Constant(0xFC00)),
1453 Int32Constant(0xD800)),
1457 GotoIfNot(Word32Equal(Word32And(trail, Int32Constant(0xFC00)),
1458 Int32Constant(0xDC00)),
1505 Int32Constant(JSRegExpStringIterator::GlobalBit::kShift));
1508 Int32Constant(JSRegExpStringIterator::UnicodeBit::kShift));