Home
last modified time | relevance | path

Searched defs:match_indices (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.cc309 Node* match_indices; in RegExpPrototypeExecBodyWithoutResult() local
366 Node* const match_indices = indices_or_null; in RegExpPrototypeExecBody() local
1344 Node* const match_indices = RegExpExec(context, receiver, string); in TF_BUILTIN() local
1614 Node* const match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeMatchBody() local
1757 Node* const match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeSearchBodyFast() local
1916 Node* const match_indices = CallStub(exec_callable, context, regexp, in RegExpPrototypeSplitBody() local
1976 Node* const match_indices = CallStub(exec_callable, context, regexp, string, in RegExpPrototypeSplitBody() local
2458 Node* const match_indices = RegExpPrototypeExecBodyWithoutResult( in ReplaceSimpleStringFastPath() local
2652 Node* const match_indices = CallStub(exec_callable, context, regexp, string, in TF_BUILTIN() local
/external/v8/src/runtime/
Druntime-regexp.cc474 int32_t match_indices[] = {indices->at(matches - 1), in StringReplaceGlobalAtomRegExpWithString() local
1116 Handle<RegExpMatchInfo> match_indices = in StringReplaceNonGlobalRegExpWithFunction() local
1207 auto match_indices = Handle<RegExpMatchInfo>::cast(match_indices_obj); in RegExpReplace() local