Lines Matching defs:regexp
89 TNode<String> input, TNode<JSRegExp> regexp, TNode<Number> last_index, in AllocateRegExpResult()
153 TNode<JSRegExp> regexp) { in FastLoadLastIndexBeforeSmiCheck()
161 TNode<Object> regexp) { in SlowLoadLastIndex()
167 void RegExpBuiltinsAssembler::FastStoreLastIndex(TNode<JSRegExp> regexp, in FastStoreLastIndex()
176 TNode<Object> regexp, in SlowStoreLastIndex()
183 TNode<Context> context, TNode<JSRegExp> regexp, in ConstructNewResultFromMatchInfo()
370 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpExecInternal()
829 auto regexp = Parameter<JSRegExp>(Descriptor::kRegExp); in TF_BUILTIN() local
890 auto regexp = Parameter<JSRegExp>(Descriptor::kRegExp); in TF_BUILTIN() local
903 TNode<Object> regexp, in FlagsGetter()
1030 const TNode<Context> context, const TNode<JSRegExp> regexp, in RegExpInitialize()
1219 TNode<BoolT> RegExpBuiltinsAssembler::FastFlagGetter(TNode<JSRegExp> regexp, in FastFlagGetter()
1230 TNode<Object> regexp, in SlowFlagGetter()
1289 TNode<Object> regexp, in FlagGetter()
1365 TNode<NativeContext> native_context, TNode<Object> regexp, in CreateRegExpStringIterator()
1409 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpPrototypeSplitBody()