Searched refs:CaptureCount (Results 1 – 9 of 9) sorted by relevance
185 regexp.CaptureCount(), output_registers, in ExecRaw()230 int capture_count = regexp->CaptureCount(); in Exec()279 regexp->CaptureCount(), output_registers, in OneshotExecRaw()289 int capture_count = regexp->CaptureCount(); in OneshotExec()
39 int JSRegExp::CaptureCount() const { in CaptureCount() function
105 inline int CaptureCount() const;
45 int capture_count = regexp->CaptureCount(); in GetAndCacheIndices()
293 virtual int CaptureCount() = 0;
1044 const int captures_length = match->CaptureCount(); in GetSubstitution()
611 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString()713 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString()935 int CaptureCount() override { in CaptureCount() function in v8::internal::__anon918fce930411::MatchInfoBackedMatch958 DCHECK(1 <= capture_index && capture_index <= CaptureCount()); in GetNamedCapture()1015 int CaptureCount() override { return static_cast<int>(captures_->size()); } in CaptureCount() function in v8::internal::__anon918fce930411::VectorBackedMatch1089 DCHECK_NE(has_capture, regexp->CaptureCount() == 0); in SearchRegExpMultiple()1105 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple()1399 if (regexp->CaptureCount() == 0) { in RUNTIME_FUNCTION()
41 int CaptureCount() override { return 0; } in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
569 return JSRegExp::RegistersForCaptureCount(regexp->CaptureCount()); in IrregexpPrepare()579 JSRegExp::RegistersForCaptureCount(regexp->CaptureCount())); in IrregexpExecRaw()694 int capture_count = regexp->CaptureCount(); in IrregexpExec()991 JSRegExp::RegistersForCaptureCount(regexp->CaptureCount()); in RegExpGlobalCache()