Lines Matching defs:regexp
96 TNode<String> input, TNode<JSRegExp> regexp, TNode<Number> last_index, in AllocateRegExpResult()
192 TNode<JSRegExp> regexp) { in FastLoadLastIndexBeforeSmiCheck()
200 TNode<Object> regexp) { in SlowLoadLastIndex()
206 void RegExpBuiltinsAssembler::FastStoreLastIndex(TNode<JSRegExp> regexp, in FastStoreLastIndex()
215 TNode<Object> regexp, in SlowStoreLastIndex()
222 TNode<Context> context, TNode<JSRegExp> regexp, in ConstructNewResultFromMatchInfo()
434 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpExecInternal()
933 auto regexp = Parameter<JSRegExp>(Descriptor::kRegExp); in TF_BUILTIN() local
1002 auto regexp = Parameter<JSRegExp>(Descriptor::kRegExp); in TF_BUILTIN() local
1015 TNode<Object> regexp, in FlagsGetter()
1155 const TNode<Context> context, const TNode<JSRegExp> regexp, in RegExpInitialize()
1344 TNode<BoolT> RegExpBuiltinsAssembler::FastFlagGetter(TNode<JSRegExp> regexp, in FastFlagGetter()
1355 TNode<Object> regexp, in SlowFlagGetter()
1399 TNode<Object> regexp, in FlagGetter()
1475 TNode<NativeContext> native_context, TNode<Object> regexp, in CreateRegExpStringIterator()
1519 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpPrototypeSplitBody()