Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc524 Label if_isfastpath(this), if_isslowpath(this); in TF_BUILTIN() local
526 &if_isfastpath, &if_isslowpath); in TF_BUILTIN()
528 Bind(&if_isfastpath); in TF_BUILTIN()
711 Label if_isfastpath(this), if_isslowpath(this, Label::kDeferred); in TF_BUILTIN() local
712 Branch(IsInitialRegExpMap(context, receiver, map), &if_isfastpath, in TF_BUILTIN()
715 Bind(&if_isfastpath); in TF_BUILTIN()
1250 Label out(this), if_isfastpath(this), if_isslowpath(this); in RegExpExec() local
1253 BranchIfFastRegExp(context, regexp, map, &if_isfastpath, &if_isslowpath); in RegExpExec()
1255 Bind(&if_isfastpath); in RegExpExec()