Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h51 bool is_fastpath);
56 bool is_fastpath);
78 TNode<String> string, Label* if_didnotmatch, const bool is_fastpath);
82 const bool is_fastpath);
107 Node* FlagsGetter(Node* const context, Node* const regexp, bool is_fastpath);
113 bool is_fastpath);
125 Node* const is_unicode, bool is_fastpath);
129 const bool is_fastpath);
Dbuiltins-regexp-gen.cc132 bool is_fastpath) { in LoadLastIndex() argument
133 return is_fastpath ? FastLoadLastIndex(CAST(regexp)) in LoadLastIndex()
153 Node* value, bool is_fastpath) { in StoreLastIndex() argument
154 if (is_fastpath) { in StoreLastIndex()
654 TNode<String> string, Label* if_didnotmatch, const bool is_fastpath) { in RegExpPrototypeExecBodyWithoutResult() argument
655 if (!is_fastpath) { in RegExpPrototypeExecBodyWithoutResult()
669 LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
671 if (is_fastpath) { in RegExpPrototypeExecBodyWithoutResult()
717 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
749 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
[all …]