Lines Matching refs:match_indices
729 TNode<HeapObject> match_indices; in RegExpPrototypeExecBodyWithoutResult() local
739 match_indices = RegExpExecInternal(context, regexp, string, in RegExpPrototypeExecBodyWithoutResult()
741 var_result = match_indices; in RegExpPrototypeExecBodyWithoutResult()
745 GotoIfNot(IsNull(match_indices), &successful_match); in RegExpPrototypeExecBodyWithoutResult()
759 CAST(match_indices), RegExpMatchInfo::kFirstCaptureIndex + 1)); in RegExpPrototypeExecBodyWithoutResult()
777 TNode<RegExpMatchInfo> match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeExecBody() local
783 match_indices, string); in RegExpPrototypeExecBody()
1758 TNode<HeapObject> match_indices = in TF_BUILTIN() local
1762 Return(SelectBooleanConstant(IsNotNull(match_indices))); in TF_BUILTIN()
1890 TNode<RegExpMatchInfo> match_indices = in RegExpPrototypeMatchBody() local
1895 match_indices, RegExpMatchInfo::kFirstCaptureIndex); in RegExpPrototypeMatchBody()
1897 match_indices, RegExpMatchInfo::kFirstCaptureIndex + 1); in RegExpPrototypeMatchBody()
2196 TNode<RegExpMatchInfo> match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeSearchBodyFast() local
2206 match_indices, RegExpMatchInfo::kFirstCaptureIndex); in RegExpPrototypeSearchBodyFast()
2366 Node* const match_indices = in RegExpPrototypeSplitBody() local
2371 Branch(IsNull(match_indices), &return_singleton_array, in RegExpPrototypeSplitBody()
2434 TNode<FixedArray> match_indices = CAST(match_indices_ho); in RegExpPrototypeSplitBody() local
2436 match_indices, RegExpMatchInfo::kFirstCaptureIndex)); in RegExpPrototypeSplitBody()
2446 match_indices, RegExpMatchInfo::kFirstCaptureIndex + 1)); in RegExpPrototypeSplitBody()
2475 match_indices, RegExpMatchInfo::kNumberOfCapturesIndex); in RegExpPrototypeSplitBody()
2492 match_indices, reg, in RegExpPrototypeSplitBody()
2495 match_indices, reg, in RegExpPrototypeSplitBody()
3089 TNode<RegExpMatchInfo> match_indices = CAST(maybe_match_indices); in TF_BUILTIN() local
3091 ConstructNewResultFromMatchInfo(context, regexp, match_indices, string)); in TF_BUILTIN()
3177 TNode<RegExpMatchInfo> match_indices = in TF_BUILTIN() local
3182 context, CAST(iterating_regexp), match_indices, iterating_string); in TF_BUILTIN()