Searched refs:match_from (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 963 const TNode<Smi> match_from = 968 Branch(SmiEqual(match_from, SmiConstant(-1)), &if_failure, &if_success); 972 CSA_DCHECK(this, TaggedIsPositiveSmi(match_from)); 973 CSA_DCHECK(this, UintPtrLessThan(SmiUntag(match_from), 980 SmiAdd(match_from, LoadStringLengthAsSmi(needle_string)); 990 match_info, RegExpMatchInfo::kFirstCaptureIndex, match_from); 1623 const TNode<Smi> match_from = CAST(UnsafeLoadFixedArrayElement( in RegExpPrototypeSplitBody() local 1627 CSA_DCHECK(this, SmiNotEqual(match_from, string_length)); in RegExpPrototypeSplitBody() 1649 const TNode<Smi> to = match_from; in RegExpPrototypeSplitBody()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 86 void Apply(ReplacementStringBuilder* builder, int match_from, int match_to, 379 int match_from, int match_to, int32_t* match) { in Apply() 384 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply() 378 Apply(ReplacementStringBuilder* builder, int match_from, int match_to, int32_t* match) Apply() argument
|
Completed in 6 milliseconds