Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1954 Label loop(this, vars_count, vars), push_suffix_and_out(this), out(this); in RegExpPrototypeSplitBody() local
1965 Branch(SmiEqual(next_search_from, string_length), &push_suffix_and_out, in RegExpPrototypeSplitBody()
1982 Branch(WordEqual(match_indices, null), &push_suffix_and_out, &next); in RegExpPrototypeSplitBody()
1992 Branch(WordEqual(match_from, string_length), &push_suffix_and_out, &next); in RegExpPrototypeSplitBody()
2092 Bind(&push_suffix_and_out); in RegExpPrototypeSplitBody()