Searched refs:IsFastRegExpNoPrototype (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.h | 98 Node* IsFastRegExpNoPrototype(Node* const context, Node* const object); 101 Node* IsFastRegExpNoPrototype(Node* const context, Node* const object,
|
D | builtins-regexp-gen.cc | 824 Node* RegExpBuiltinsAssembler::IsFastRegExpNoPrototype(Node* const context, in IsFastRegExpNoPrototype() function in v8::internal::RegExpBuiltinsAssembler 900 Node* RegExpBuiltinsAssembler::IsFastRegExpNoPrototype(Node* const context, in IsFastRegExpNoPrototype() function in v8::internal::RegExpBuiltinsAssembler 903 return IsFastRegExpNoPrototype(context, object, LoadMap(object)); in IsFastRegExpNoPrototype() 1089 Branch(IsFastRegExpNoPrototype(context, receiver), &if_isfastpath, in TF_BUILTIN()
|