Searched refs:match_to (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 1039 TNode<Smi> const match_to = in TF_BUILTIN() local 1051 match_to, SKIP_WRITE_BARRIER); in TF_BUILTIN() 1896 Node* const match_to = LoadFixedArrayElement( in RegExpPrototypeMatchBody() local 1900 match_from, match_to)); in RegExpPrototypeMatchBody() 2445 TNode<Smi> const match_to = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody() local 2452 GotoIfNot(SmiEqual(match_to, next_search_from), &next); in RegExpPrototypeSplitBody() 2453 GotoIfNot(SmiEqual(match_to, last_matched_until), &next); in RegExpPrototypeSplitBody() 2532 var_last_matched_until = match_to; in RegExpPrototypeSplitBody() 2533 var_next_search_from = match_to; in RegExpPrototypeSplitBody()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 77 void Apply(ReplacementStringBuilder* builder, int match_from, int match_to, 367 int match_from, int match_to, int32_t* match) { in Apply() argument 376 if (match_to < subject_length) { in Apply() 377 builder->AddSubjectSlice(match_to, subject_length); in Apply()
|