Searched refs:capture_count (Results 1 – 8 of 8) sorted by relevance
/external/qemu/ |
D | tcpdump.c | 20 static uint64_t capture_count; variable 104 capture_count = 0; in qemu_tcpdump_stop() 137 capture_count += 1; in qemu_tcpdump_packet() 144 *pcount = capture_count; in qemu_tcpdump_stats()
|
/external/v8/src/ |
D | jsregexp.cc | 149 parse_result.capture_count == 0) { in Compile() 156 IrregexpInitialize(re, pattern, flags, parse_result.capture_count); in Compile() 422 int capture_count) { in IrregexpInitialize() argument 428 capture_count); in IrregexpInitialize() 789 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii); 801 int capture_count, 861 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii) in RegExpCompiler() argument 862 : next_register_(2 * (capture_count + 1)), in RegExpCompiler() 877 int capture_count, in Assemble() argument 5258 if ((data->capture_count + 1) * 2 - 1 > RegExpMacroAssembler::kMaxRegister) { in Compile() [all …]
|
D | factory.h | 476 int capture_count);
|
D | jsregexp.h | 1431 capture_count(0) { } in RegExpCompileData() 1437 int capture_count; member
|
D | runtime.cc | 2526 int capture_count, 2603 int capture_count, in ParseReplacementPattern() argument 2662 if (capture_ref > capture_count) { in ParseReplacementPattern() 2672 if (double_digit_ref <= capture_count) { in ParseReplacementPattern() 2682 ASSERT(capture_ref <= capture_count); in ParseReplacementPattern() 2713 int capture_count, in Compile() argument 2722 capture_count, in Compile() 2728 capture_count, in Compile() 2984 int capture_count = regexp_handle->CaptureCount(); in StringReplaceRegExpWithString() local 2990 capture_count, in StringReplaceRegExpWithString() [all …]
|
D | parser.cc | 5468 int capture_count = captures_started(); in ScanForCaptures() local 5490 if (current() != '?') capture_count++; in ScanForCaptures() 5494 capture_count_ = capture_count; in ScanForCaptures() 5969 int capture_count = parser.captures_started(); in ParseRegExp() local 5970 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0; in ParseRegExp() 5972 result->capture_count = capture_count; in ParseRegExp()
|
D | factory.cc | 1384 int capture_count) { in SetRegExpIrregexpData() argument 1396 Smi::FromInt(capture_count)); in SetRegExpIrregexpData()
|
D | ast.h | 2476 int capture_count, in RegExpLookahead() argument 2480 capture_count_(capture_count), in RegExpLookahead() 2494 int capture_count() { return capture_count_; } in capture_count() function
|