Searched refs:capture_count (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/runtime/
H A Druntime-regexp.cc25 bool Compile(Handle<String> replacement, int capture_count,
94 Vector<Char> characters, int capture_count,
155 if (capture_ref > capture_count) {
165 if (double_digit_ref <= capture_count) {
176 DCHECK(capture_ref <= capture_count);
206 bool CompiledReplacement::Compile(Handle<String> replacement, int capture_count,
215 capture_count, subject_length, zone());
219 capture_count, subject_length, zone());
475 int capture_count = regexp->CaptureCount();
482 compiled_replacement.Compile(replacement, capture_count, subject_lengt
[all...]
H A Druntime-strings.cc342 int capture_count = regexp->CaptureCount(); local
361 RegExpImpl::SetLastMatchInfo(regexp_info, subject, capture_count,
/external/v8/src/regexp/
H A Dregexp-parser.cc644 int capture_count = captures_started(); local
666 if (current() != '?') capture_count++;
670 capture_count_ = capture_count;
1497 int capture_count = parser.captures_started(); local
1498 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
1501 result->capture_count = capture_count;
H A Dregexp-ast.h448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, argument
452 capture_count_(capture_count),
466 int capture_count() { return capture_count_; } function in class:v8::internal::final
H A Djsregexp.cc169 !(flags & JSRegExp::kSticky) && parse_result.capture_count == 0) {
183 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
452 int capture_count) {
458 capture_count);
607 int capture_count = local
610 last_match_info, subject, capture_count, output_registers);
630 int capture_count,
633 int capture_register_count = (capture_count + 1) * 2;
970 RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count,
999 int capture_count,
449 IrregexpInitialize(Handle<JSRegExp> re, Handle<String> pattern, JSRegExp::Flags flags, int capture_count) argument
628 SetLastMatchInfo(Handle<JSArray> last_match_info, Handle<String> subject, int capture_count, int32_t* match) argument
1085 RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, JSRegExp::Flags flags, bool one_byte) argument
1107 Assemble( RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) argument
[all...]
H A Djsregexp.h117 int capture_count,
1530 capture_count(0) { }
1537 int capture_count; member in struct:v8::internal::RegExpCompileData
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc273 capture_count++;
278 return capture_count;
288 return capture_count - render_count;
297 return (render_count > threshold && capture_count > threshold);
303 int capture_count GUARDED_BY(crit_) = 0;
/external/v8/src/
H A Dfactory.h679 int capture_count);
H A Dfactory.cc2366 int capture_count) {
2378 Smi::FromInt(capture_count));
2362 SetRegExpIrregexpData(Handle<JSRegExp> regexp, JSRegExp::Type type, Handle<String> source, JSRegExp::Flags flags, int capture_count) argument

Completed in 709 milliseconds