Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1576 Label if_isglobal(this), if_isnotglobal(this); in RegExpPrototypeMatchBody() local
1577 Branch(is_global, &if_isglobal, &if_isnotglobal); in RegExpPrototypeMatchBody()
1587 Bind(&if_isglobal); in RegExpPrototypeMatchBody()
2437 Label if_isglobal(this), if_isnonglobal(this); in ReplaceSimpleStringFastPath() local
2441 Branch(WordEqual(is_global, int_zero), &if_isnonglobal, &if_isglobal); in ReplaceSimpleStringFastPath()
2443 Bind(&if_isglobal); in ReplaceSimpleStringFastPath()
2570 Label if_isglobal(this), if_isnotglobal(this); in TF_BUILTIN() local
2573 Branch(is_global, &if_isglobal, &if_isnotglobal); in TF_BUILTIN()
2575 Bind(&if_isglobal); in TF_BUILTIN()