Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1501 Node* RegExpBuiltinsAssembler::FastFlagGetter(Node* const regexp, in FastFlagGetter() function in v8::internal::RegExpBuiltinsAssembler
1567 return is_fastpath ? FastFlagGetter(regexp, flag) in FlagGetter()
1585 Node* const is_flag_set = FastFlagGetter(receiver, flag); in FlagGetter()
2030 FastFlagGetter(var_matcher.value(), JSRegExp::kGlobal)); in MatchAllIterator()
2034 FastFlagGetter(var_matcher.value(), JSRegExp::kUnicode)); in MatchAllIterator()
2333 CSA_ASSERT(this, Word32BinaryNot(FastFlagGetter(regexp, JSRegExp::kSticky))); in RegExpPrototypeSplitBody()
2455 Node* const is_unicode = FastFlagGetter(regexp, JSRegExp::kUnicode); in RegExpPrototypeSplitBody()
2605 GotoIf(FastFlagGetter(regexp, JSRegExp::kSticky), &runtime); in TF_BUILTIN()
2878 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in ReplaceSimpleStringFastPath()
2881 var_is_unicode.Bind(FastFlagGetter(regexp, JSRegExp::kUnicode)); in ReplaceSimpleStringFastPath()
[all …]
Dbuiltins-regexp-gen.h109 Node* FastFlagGetter(Node* const regexp, JSRegExp::Flag flag);