Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc226 Label* if_didnotmatch, const bool is_fastpath) { in RegExpPrototypeExecBodyWithoutResult() argument
298 Goto(if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
328 GotoIfNot(should_update_last_index, if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
331 Goto(if_didnotmatch); in RegExpPrototypeExecBodyWithoutResult()
360 Label if_didnotmatch(this), out(this); in RegExpPrototypeExecBody() local
362 context, regexp, string, &if_didnotmatch, is_fastpath); in RegExpPrototypeExecBody()
373 Bind(&if_didnotmatch); in RegExpPrototypeExecBody()
1332 Label if_didnotmatch(this); in TF_BUILTIN() local
1334 &if_didnotmatch, true); in TF_BUILTIN()
1337 Bind(&if_didnotmatch); in TF_BUILTIN()
[all …]
Dbuiltins-regexp.h43 Label* if_didnotmatch,