Searched refs:match_start_index (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.cc | 951 TNode<Smi> match_start_index, TNode<Smi> match_end_index, in GetSubstitution() argument 953 CSA_DCHECK(this, TaggedIsPositiveSmi(match_start_index)); in GetSubstitution() 976 SmiUntag(match_start_index), SmiUntag(match_end_index)); in GetSubstitution() 979 match_start_index, replace_string, dollar_index)); in GetSubstitution() 1058 const TNode<Smi> match_start_index = in TF_BUILTIN() local 1066 GotoIfNot(SmiIsNegative(match_start_index), &next); in TF_BUILTIN() 1087 SmiAdd(match_start_index, SmiFromIntPtr(search_length)); in TF_BUILTIN() 1095 GotoIf(SmiEqual(match_start_index, smi_zero), &next); in TF_BUILTIN() 1098 IntPtrConstant(0), SmiUntag(match_start_index))); in TF_BUILTIN() 1116 match_start_index, subject_string); in TF_BUILTIN() [all …]
|
D | builtins-string-gen.h | 21 TNode<Smi> match_start_index,
|