Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h107 Node* FlagsGetter(Node* const context, Node* const regexp, bool is_fastpath);
Dbuiltins-regexp-gen.cc1100 Node* RegExpBuiltinsAssembler::FlagsGetter(Node* const context, in FlagsGetter() function in v8::internal::RegExpBuiltinsAssembler
1269 Return(FlagsGetter(context, receiver, true)); in TF_BUILTIN()
1272 Return(FlagsGetter(context, receiver, false)); in TF_BUILTIN()
1332 Node* const value = FlagsGetter(context, pattern, true); in TF_BUILTIN()
1437 Node* const new_flags = FlagsGetter(context, pattern, true); in TF_BUILTIN()
2022 TNode<String> flags = CAST(FlagsGetter(context, fast_regexp, true)); in MatchAllIterator()