Lines Matching refs:match_indices
595 int32_t match_indices[] = {indices->back(), indices->back() + pattern_len}; in StringReplaceGlobalAtomRegExpWithString() local
597 match_indices); in StringReplaceGlobalAtomRegExpWithString()
1341 auto match_indices = Handle<RegExpMatchInfo>::cast(match_indices_obj); in RegExpReplace() local
1343 const int start_index = match_indices->Capture(0); in RegExpReplace()
1344 const int end_index = match_indices->Capture(1); in RegExpReplace()
1353 MatchInfoBackedMatch m(isolate, regexp, string, match_indices); in RegExpReplace()
1465 Handle<RegExpMatchInfo> match_indices = in RUNTIME_FUNCTION() local
1468 const int index = match_indices->Capture(0); in RUNTIME_FUNCTION()
1469 const int end_of_match = match_indices->Capture(1); in RUNTIME_FUNCTION()
1482 const int m = match_indices->NumberOfCaptureRegisters() / 2; in RUNTIME_FUNCTION()
1508 RegExpUtils::GenericCaptureGetter(isolate, match_indices, j, &ok); in RUNTIME_FUNCTION()