Lines Matching refs:IntPtrConstant
30 return IntPtrConstant(0); in IntPtrZero()
53 IntPtrAdd(elements_size, IntPtrConstant(JSRegExpResult::kSize)); in AllocateRegExpResult()
191 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), num_indices); in ConstructNewResultFromMatchInfo()
194 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex + 2)); in ConstructNewResultFromMatchInfo()
195 TVARIABLE(IntPtrT, var_to_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
211 IntPtrAdd(from_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
220 var_from_cursor = IntPtrAdd(from_cursor, IntPtrConstant(2)); in ConstructNewResultFromMatchInfo()
221 var_to_cursor = IntPtrAdd(to_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
280 TNode<IntPtrT> i_plus_1 = IntPtrAdd(i, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
281 TNode<IntPtrT> i_plus_2 = IntPtrAdd(i_plus_1, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
373 data, IntPtrConstant(JSRegExp::kTagIndex)); in RegExpExecInternal()
525 IntPtrConstant(Code::kHeaderSize - kHeapObjectTag))); in RegExpExecInternal()
537 IntPtrConstant(NativeRegExpMacroAssembler::SUCCESS)), in RegExpExecInternal()
540 IntPtrConstant(NativeRegExpMacroAssembler::FAILURE)), in RegExpExecInternal()
543 IntPtrConstant(NativeRegExpMacroAssembler::EXCEPTION)), in RegExpExecInternal()
548 IntPtrConstant(NativeRegExpMacroAssembler::RETRY))); in RegExpExecInternal()
582 IntPtrConstant(RegExpMatchInfo::kFirstCaptureIndex), PACKED_ELEMENTS, in RegExpExecInternal()
696 SmiUntag(flags), IntPtrConstant(JSRegExp::kGlobal | JSRegExp::kSticky)); in RegExpPrototypeExecBodyWithoutResult()
1105 TNode<IntPtrT> const int_one = IntPtrConstant(1); in FlagsGetter()
1149 var_flags = Signed(WordOr(var_flags.value(), IntPtrConstant(FLAG))); \ in FlagsGetter()
1170 IntPtrConstant(SeqOneByteString::kHeaderSize - kHeapObjectTag)); in FlagsGetter()
2377 Node* const capacity = IntPtrConstant(1); in RegExpPrototypeSplitBody()
2479 var_reg.Bind(IntPtrConstant(2)); in RegExpPrototypeSplitBody()
2521 Node* const new_reg = IntPtrAdd(reg, IntPtrConstant(2)); in RegExpPrototypeSplitBody()
2664 TNode<IntPtrT> int_one = IntPtrConstant(1); in ReplaceGlobalCallableFastPath()
2679 TNode<IntPtrT> capacity = IntPtrConstant(16); in ReplaceGlobalCallableFastPath()
2754 Signed(IntPtrAdd(WordShr(int_elem, IntPtrConstant(11)), in ReplaceGlobalCallableFastPath()
2755 WordAnd(int_elem, IntPtrConstant(0x7FF)))); in ReplaceGlobalCallableFastPath()