Lines Matching refs:IntPtrConstant
45 return IntPtrConstant(0);
69 IntPtrConstant(Code::kHeaderSize - kHeapObjectTag)));
76 IntPtrAdd(IntPtrConstant(IsolateData::builtin_entry_table_offset()),
257 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), num_indices);
260 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex + 2));
261 TVARIABLE(IntPtrT, var_to_cursor, IntPtrConstant(1));
277 IntPtrAdd(from_cursor, IntPtrConstant(1));
287 var_from_cursor = IntPtrAdd(from_cursor, IntPtrConstant(2));
288 var_to_cursor = IntPtrAdd(to_cursor, IntPtrConstant(1));
354 TNode<IntPtrT> i_plus_1 = IntPtrAdd(i, IntPtrConstant(1));
355 TNode<IntPtrT> i_plus_2 = IntPtrAdd(i_plus_1, IntPtrConstant(1));
472 data, IntPtrConstant(JSRegExp::kTagIndex));
645 IntPtrEqual(int_result, IntPtrConstant(RegExp::kInternalRegExpSuccess)),
648 IntPtrEqual(int_result, IntPtrConstant(RegExp::kInternalRegExpFailure)),
651 IntPtrConstant(RegExp::kInternalRegExpException)),
655 IntPtrConstant(RegExp::kInternalRegExpFallbackToExperimental)),
659 IntPtrConstant(RegExp::kInternalRegExpRetry)));
669 IntPtrConstant(kMatchStartOffset))));
700 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), PACKED_ELEMENTS,
961 IntPtrConstant(0)));
1025 const TNode<IntPtrT> int_one = IntPtrConstant(1);
1065 var_flags = Signed(WordOr(var_flags.value(), IntPtrConstant(FLAG))); \
1093 var_flags = Signed(WordOr(var_flags.value(), IntPtrConstant(FLAG))); \
1112 IntPtrConstant(SeqOneByteString::kHeaderSize - kHeapObjectTag));
1566 TNode<IntPtrT> capacity = IntPtrConstant(1);
1660 TVARIABLE(IntPtrT, var_reg, IntPtrConstant(2));
1701 const TNode<IntPtrT> new_reg = IntPtrAdd(reg, IntPtrConstant(2));