Searched refs:if_isfastpath (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 1088 Label if_isfastpath(this), if_isslowpath(this); in TF_BUILTIN() local 1089 Branch(IsFastRegExpNoPrototype(context, receiver), &if_isfastpath, in TF_BUILTIN() 1092 BIND(&if_isfastpath); in TF_BUILTIN() 1265 Label if_isfastpath(this), if_isslowpath(this, Label::kDeferred); in TF_BUILTIN() local 1266 BranchIfFastRegExp(context, receiver, map, &if_isfastpath, &if_isslowpath); in TF_BUILTIN() 1268 BIND(&if_isfastpath); in TF_BUILTIN()
|