Home
last modified time | relevance | path

Searched refs:match_start_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-string.cc1335 Node* const match_start_index = CallStub( in TF_BUILTIN() local
1337 CSA_ASSERT(this, TaggedIsSmi(match_start_index)); in TF_BUILTIN()
1343 GotoIfNot(SmiIsNegative(match_start_index), &next); in TF_BUILTIN()
1363 Node* const match_end_index = SmiAdd(match_start_index, search_length); in TF_BUILTIN()
1376 GotoIf(SmiEqual(match_start_index, smi_zero), &next); in TF_BUILTIN()
1378 smi_zero, match_start_index); in TF_BUILTIN()
1397 search_string, match_start_index, subject_string); in TF_BUILTIN()
1411 match_start_index, match_end_index); in TF_BUILTIN()
1414 match_start_index, replace_string); in TF_BUILTIN()