Lines Matching refs:match_from
1023 TNode<Smi> const match_from = in TF_BUILTIN() local
1028 Branch(SmiEqual(match_from, SmiConstant(-1)), &if_failure, &if_success); in TF_BUILTIN()
1032 CSA_ASSERT(this, TaggedIsPositiveSmi(match_from)); in TF_BUILTIN()
1033 CSA_ASSERT(this, UintPtrLessThan(SmiUntag(match_from), in TF_BUILTIN()
1040 SmiAdd(match_from, LoadStringLengthAsSmi(needle_string)); in TF_BUILTIN()
1049 match_from, SKIP_WRITE_BARRIER); in TF_BUILTIN()
1894 Node* const match_from = LoadFixedArrayElement( in RegExpPrototypeMatchBody() local
1900 match_from, match_to)); in RegExpPrototypeMatchBody()
2435 TNode<Smi> const match_from = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody() local
2441 Branch(SmiEqual(match_from, string_length), &push_suffix_and_out, &next); in RegExpPrototypeSplitBody()
2467 TNode<Smi> const to = match_from; in RegExpPrototypeSplitBody()