Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc729 TNode<HeapObject> match_indices; in RegExpPrototypeExecBodyWithoutResult() local
777 TNode<RegExpMatchInfo> match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeExecBody() local
1758 TNode<HeapObject> match_indices = in TF_BUILTIN() local
1890 TNode<RegExpMatchInfo> match_indices = in RegExpPrototypeMatchBody() local
2196 TNode<RegExpMatchInfo> match_indices = RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeSearchBodyFast() local
2366 Node* const match_indices = in RegExpPrototypeSplitBody() local
2434 TNode<FixedArray> match_indices = CAST(match_indices_ho); in RegExpPrototypeSplitBody() local
3089 TNode<RegExpMatchInfo> match_indices = CAST(maybe_match_indices); in TF_BUILTIN() local
3177 TNode<RegExpMatchInfo> match_indices = in TF_BUILTIN() local
/external/v8/src/runtime/
Druntime-regexp.cc595 int32_t match_indices[] = {indices->back(), indices->back() + pattern_len}; in StringReplaceGlobalAtomRegExpWithString() local
1341 auto match_indices = Handle<RegExpMatchInfo>::cast(match_indices_obj); in RegExpReplace() local
1465 Handle<RegExpMatchInfo> match_indices = in RUNTIME_FUNCTION() local