Home
last modified time | relevance | path

Searched refs:IsInitialRegExpMap (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.h56 Node* IsInitialRegExpMap(Node* context, Node* object, Node* map);
Dbuiltins-regexp.cc416 Node* RegExpBuiltinsAssembler::IsInitialRegExpMap(Node* context, Node* object, in IsInitialRegExpMap() function in v8::internal::RegExpBuiltinsAssembler
525 Branch(IsInitialRegExpMap(context, receiver, LoadMap(receiver)), in TF_BUILTIN()
712 Branch(IsInitialRegExpMap(context, receiver, map), &if_isfastpath, in TF_BUILTIN()