Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h29 Node* LoadLastIndex(Node* context, Node* regexp, bool is_fastpath);
34 bool is_fastpath);
44 const bool is_fastpath);
46 Node* const string, const bool is_fastpath);
60 Node* FlagsGetter(Node* const context, Node* const regexp, bool is_fastpath);
66 bool is_fastpath);
77 Node* const is_unicode, bool is_fastpath);
80 Node* const string, const bool is_fastpath);
Dbuiltins-regexp.cc43 bool is_fastpath) { in LoadLastIndex() argument
44 return is_fastpath ? FastLoadLastIndex(regexp) in LoadLastIndex()
68 Node* value, bool is_fastpath) { in StoreLastIndex() argument
69 if (is_fastpath) { in StoreLastIndex()
226 Label* if_didnotmatch, const bool is_fastpath) { in RegExpPrototypeExecBodyWithoutResult() argument
233 if (!is_fastpath) { in RegExpPrototypeExecBodyWithoutResult()
247 Node* const regexp_lastindex = LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
250 if (is_fastpath) { in RegExpPrototypeExecBodyWithoutResult()
296 StoreLastIndex(context, regexp, smi_zero, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
330 StoreLastIndex(context, regexp, smi_zero, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
[all …]