Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc445 void RegExpBuiltinsAssembler::BranchIfFastRegExp(Node* const context, in BranchIfFastRegExp() function in v8::internal::RegExpBuiltinsAssembler
484 BranchIfFastRegExp(context, object, map, &yup, &nope); in IsFastRegExpMap()
1253 BranchIfFastRegExp(context, regexp, map, &if_isfastpath, &if_isslowpath); in RegExpExec()
1327 BranchIfFastRegExp(context, receiver, LoadMap(receiver), &fast_path, in TF_BUILTIN()
1737 BranchIfFastRegExp(context, receiver, LoadMap(receiver), &fast_path, in TF_BUILTIN()
1863 BranchIfFastRegExp(context, receiver, LoadMap(receiver), &fast_path, in TF_BUILTIN()
2149 BranchIfFastRegExp(context, regexp, LoadMap(regexp), &next, &runtime); in TF_BUILTIN()
2200 BranchIfFastRegExp(context, receiver, LoadMap(receiver), &stub, &runtime); in TF_BUILTIN()
2549 BranchIfFastRegExp(context, regexp, LoadMap(regexp), &next, &runtime); in TF_BUILTIN()
2626 BranchIfFastRegExp(context, receiver, LoadMap(receiver), &stub, &runtime); in TF_BUILTIN()
Dbuiltins-regexp.h22 void BranchIfFastRegExp(Node* const context, Node* const object,
Dbuiltins-string.cc1235 regexp_asm.BranchIfFastRegExp(context, object, object_map, &stub_call, in MaybeCallFunctionAtSymbol()