Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc654 TNode<String> string, Label* if_didnotmatch, const bool is_fastpath) { in RegExpPrototypeExecBodyWithoutResult() argument
718 Goto(if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
747 GotoIfNot(should_update_last_index, if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
750 Goto(if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
776 Label if_didnotmatch(this), out(this); in RegExpPrototypeExecBody() local
778 context, maybe_regexp, string, &if_didnotmatch, is_fastpath); in RegExpPrototypeExecBody()
787 BIND(&if_didnotmatch); in RegExpPrototypeExecBody()
1746 Label if_didnotmatch(this); in TF_BUILTIN() local
1748 &if_didnotmatch, true); in TF_BUILTIN()
1751 BIND(&if_didnotmatch); in TF_BUILTIN()
[all …]
Dbuiltins-regexp-gen.h78 TNode<String> string, Label* if_didnotmatch, const bool is_fastpath);