Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h62 Node* FastFlagGetter(Node* const regexp, JSRegExp::Flag flag);
Dbuiltins-regexp.cc998 Node* RegExpBuiltinsAssembler::FastFlagGetter(Node* const regexp, in FastFlagGetter() function in v8::internal::RegExpBuiltinsAssembler
1065 return is_fastpath ? FastFlagGetter(regexp, flag) in FlagGetter()
1092 Node* const is_flag_set = FastFlagGetter(receiver, flag); in FlagGetter()
2006 Node* const is_unicode = FastFlagGetter(regexp, JSRegExp::kUnicode); in RegExpPrototypeSplitBody()
2572 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in TF_BUILTIN()