Searched refs:capture_count_ (Results 1 – 5 of 5) sorted by relevance
177 capture_count_++; in IncreaseCaptureCounter()182 return capture_count_; in GetCaptureCounter()192 return capture_count_ - render_count_; in CaptureMinusRenderCounters()201 return (render_count_ > threshold && capture_count_ > threshold); in BothCountersExceedeThreshold()207 int capture_count_ GUARDED_BY(crit_) = 0;
28 capture_count_(0), in RegExpParser()571 capture_count_ = capture_count; in ScanForCaptures()603 if (value > capture_count_) { in ParseBackReferenceIndex()617 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
436 capture_count_(capture_count), in RegExpLookaround()450 int capture_count() { return capture_count_; } in capture_count()457 int capture_count_; variable
264 int capture_count_; variable
5348 int register_count = capture_count_ * registers_per_capture; in ToNode()