Searched refs:if_didnotmatch (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 654 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 …]
|
D | builtins-regexp-gen.h | 78 TNode<String> string, Label* if_didnotmatch, const bool is_fastpath);
|