Lines Matching defs:regexp
112 TNode<Object> regexp = CAST(AllocateJSObjectFromMap(initial_map)); in RegExpCreate() local
118 TNode<JSRegExp> regexp) { in FastLoadLastIndex()
126 TNode<Object> regexp) { in SlowLoadLastIndex()
131 TNode<Object> regexp, in LoadLastIndex()
139 void RegExpBuiltinsAssembler::FastStoreLastIndex(Node* regexp, Node* value) { in FastStoreLastIndex()
146 void RegExpBuiltinsAssembler::SlowStoreLastIndex(Node* context, Node* regexp, in SlowStoreLastIndex()
152 void RegExpBuiltinsAssembler::StoreLastIndex(Node* context, Node* regexp, in StoreLastIndex()
233 TNode<JSRegExp> regexp = CAST(maybe_regexp); in ConstructNewResultFromMatchInfo() local
325 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpExecInternal()
660 TNode<JSRegExp> regexp = CAST(maybe_regexp); in RegExpPrototypeExecBodyWithoutResult() local
990 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kReceiver)); in TF_BUILTIN() local
1001 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kRegExp)); in TF_BUILTIN() local
1061 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kRegExp)); in TF_BUILTIN() local
1101 Node* const regexp, in FlagsGetter()
1234 Node* const regexp, in RegExpInitialize()
1381 Node* const regexp = AllocateJSObjectFromMap(initial_map); in TF_BUILTIN() local
1389 Node* const regexp = constructor_assembler.EmitFastNewObject( in TF_BUILTIN() local
1501 Node* RegExpBuiltinsAssembler::FastFlagGetter(Node* const regexp, in FastFlagGetter()
1511 Node* const regexp, in SlowFlagGetter()
1564 Node* const regexp, in FlagGetter()
1676 Node* RegExpBuiltinsAssembler::RegExpExec(Node* context, Node* regexp, in RegExpExec()
1767 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kReceiver)); in TF_BUILTIN() local
1843 Node* const regexp, in RegExpPrototypeMatchBody()
2184 Node* const context, Node* const regexp, Node* const string) { in RegExpPrototypeSearchBodyFast()
2219 Node* const context, Node* const regexp, Node* const string) { in RegExpPrototypeSearchBodySlow()
2329 Node* const regexp, in RegExpPrototypeSplitBody()
2563 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kRegExp)); in TF_BUILTIN() local
2653 Node* context, Node* regexp, Node* string, Node* replace_callable) { in ReplaceGlobalCallableFastPath()
2859 Node* context, Node* regexp, TNode<String> string, in ReplaceSimpleStringFastPath()
2950 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kRegExp)); in TF_BUILTIN() local
3073 TNode<JSRegExp> regexp = CAST(Parameter(Descriptor::kRegExp)); in TF_BUILTIN() local