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

/external/qemu/
H A Dtcpdump.c20 static uint64_t capture_count; variable
104 capture_count = 0;
137 capture_count += 1;
144 *pcount = capture_count;
/external/chromium_org/v8/src/
H A Djsregexp.cc209 parse_result.capture_count == 0) {
220 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
516 int capture_count) {
522 capture_count);
671 int capture_count = local
674 last_match_info, subject, capture_count, output_registers);
687 int capture_count,
690 int capture_register_count = (capture_count + 1) * 2;
1017 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii,
1030 int capture_count,
513 IrregexpInitialize(Handle<JSRegExp> re, Handle<String> pattern, JSRegExp::Flags flags, int capture_count) argument
685 SetLastMatchInfo(Handle<JSArray> last_match_info, Handle<String> subject, int capture_count, int32_t* match) argument
1095 RegExpCompiler(int capture_count, bool ignore_case, bool ascii, Zone* zone) argument
1111 Assemble( RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) argument
[all...]
H A Djsregexp.h144 int capture_count,
1605 capture_count(0) { }
1611 int capture_count; member in struct:v8::internal::RegExpCompileData
H A Dfactory.h554 int capture_count);
H A Dparser.cc5194 int capture_count = captures_started(); local
5216 if (current() != '?') capture_count++;
5220 capture_count_ = capture_count;
5654 int capture_count = parser.captures_started(); local
5655 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
5657 result->capture_count = capture_count;
H A Dfactory.cc1757 int capture_count) {
1769 Smi::FromInt(capture_count));
1753 SetRegExpIrregexpData(Handle<JSRegExp> regexp, JSRegExp::Type type, Handle<String> source, JSRegExp::Flags flags, int capture_count) argument
H A Dast.h2735 int capture_count,
2739 capture_count_(capture_count),
2753 int capture_count() { return capture_count_; } function in class:v8::internal::V8_FINAL
2733 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Druntime.cc3453 int capture_count,
3529 int capture_count,
3590 if (capture_ref > capture_count) {
3600 if (double_digit_ref <= capture_count) {
3610 ASSERT(capture_ref <= capture_count);
3641 int capture_count,
3651 capture_count,
3658 capture_count,
3960 int capture_count = regexp->CaptureCount();
3967 capture_count,
[all...]
/external/v8/src/
H A Djsregexp.cc149 parse_result.capture_count == 0) {
156 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
422 int capture_count) {
428 capture_count);
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) argument
862 : next_register_(2 * (capture_count + 1)),
877 int capture_count,
5258 if ((data->capture_count
419 IrregexpInitialize(Handle<JSRegExp> re, Handle<String> pattern, JSRegExp::Flags flags, int capture_count) argument
874 Assemble( RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) argument
[all...]
H A Dfactory.h476 int capture_count);
H A Djsregexp.h1431 capture_count(0) { }
1437 int capture_count; member in struct:v8::internal::RegExpCompileData
H A Dparser.cc5468 int capture_count = captures_started(); local
5490 if (current() != '?') capture_count++;
5494 capture_count_ = capture_count;
5969 int capture_count = parser.captures_started(); local
5970 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
5972 result->capture_count = capture_count;
H A Dast.h2476 int capture_count,
2480 capture_count_(capture_count),
2494 int capture_count() { return capture_count_; } function in class:v8::internal::RegExpLookahead
2474 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Dfactory.cc1384 int capture_count) {
1396 Smi::FromInt(capture_count));
1380 SetRegExpIrregexpData(Handle<JSRegExp> regexp, JSRegExp::Type type, Handle<String> source, JSRegExp::Flags flags, int capture_count) argument
H A Druntime.cc2526 int capture_count,
2603 int capture_count,
2662 if (capture_ref > capture_count) {
2672 if (double_digit_ref <= capture_count) {
2682 ASSERT(capture_ref <= capture_count);
2713 int capture_count,
2722 capture_count,
2728 capture_count,
2984 int capture_count = regexp_handle->CaptureCount();
2990 capture_count,
[all...]

Completed in 716 milliseconds