Lines Matching refs:BranchIfFastRegExp
910 void RegExpBuiltinsAssembler::BranchIfFastRegExp(Node* const context, in BranchIfFastRegExp() function in v8::internal::RegExpBuiltinsAssembler
945 void RegExpBuiltinsAssembler::BranchIfFastRegExp(Node* const context, in BranchIfFastRegExp() function in v8::internal::RegExpBuiltinsAssembler
950 BranchIfFastRegExp(context, object, LoadMap(object), if_isunmodified, in BranchIfFastRegExp()
959 BranchIfFastRegExp(context, object, &yup, &nope); in IsFastRegExp()
1266 BranchIfFastRegExp(context, receiver, map, &if_isfastpath, &if_isslowpath); in TF_BUILTIN()
1742 BranchIfFastRegExp(context, receiver, &fast_path, &slow_path); in TF_BUILTIN()
1987 BranchIfFastRegExp(context, receiver, &fast_path, &slow_path); in TF_BUILTIN()
2304 BranchIfFastRegExp(context, receiver, &fast_path, &slow_path); in TF_BUILTIN()
2641 BranchIfFastRegExp(context, receiver, &stub, &runtime); in TF_BUILTIN()
2976 BranchIfFastRegExp(context, regexp, &next, &runtime); in TF_BUILTIN()
3059 BranchIfFastRegExp(context, receiver, &stub, &runtime); in TF_BUILTIN()
3173 BranchIfFastRegExp(context, iterating_regexp, &if_fast, &if_slow); in TF_BUILTIN()