Searched refs:BranchIfFastRegExp (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.h | 18 void BranchIfFastRegExp(Node* const context, Node* const object, 92 void BranchIfFastRegExp(Node* const context, Node* const object,
|
D | builtins-regexp-gen.cc | 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() [all …]
|
D | builtins-string-gen.cc | 1139 regexp_asm.BranchIfFastRegExp(context, object, object_map, &stub_call, in MaybeCallFunctionAtSymbol() 1542 regexp_asm.BranchIfFastRegExp(context, regexp, initial_map, &fast_path, in Generate()
|