Searched defs:capture_count (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/
H A Dqemu-tcpdump.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 Dfactory.cc2360 int capture_count) {
2372 Smi::FromInt(capture_count));
2356 SetRegExpIrregexpData(Handle<JSRegExp> regexp, JSRegExp::Type type, Handle<String> source, JSRegExp::Flags flags, int capture_count) argument
H A Djsregexp.h124 int capture_count,
1637 capture_count(0) { }
1643 int capture_count; member in struct:v8::internal::RegExpCompileData
H A Dparser.cc4515 int capture_count = captures_started(); local
4537 if (current() != '?') capture_count++;
4541 capture_count_ = capture_count;
4884 int capture_count = parser.captures_started(); local
4885 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
4887 result->capture_count = capture_count;
H A Druntime.cc3411 int capture_count,
3487 int capture_count,
3548 if (capture_ref > capture_count) {
3558 if (double_digit_ref <= capture_count) {
3568 DCHECK(capture_ref <= capture_count);
3599 int capture_count,
3609 capture_count,
3616 capture_count,
3919 int capture_count = regexp->CaptureCount(); local
3926 capture_count,
3598 Compile(Handle<String> replacement, int capture_count, int subject_length) argument
4037 int capture_count = regexp->CaptureCount(); local
4471 int capture_count = regexp->CaptureCount(); local
4526 int capture_count = regexp->CaptureCount(); local
[all...]
H A Dast.h2878 int capture_count,
2882 capture_count_(capture_count),
2896 int capture_count() { return capture_count_; } function in class:v8::internal::FINAL
2876 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Djsregexp.cc199 parse_result.capture_count == 0) {
213 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
493 int capture_count) {
499 capture_count);
648 int capture_count = local
651 last_match_info, subject, capture_count, output_registers);
664 int capture_count,
667 int capture_register_count = (capture_count + 1) * 2;
995 RegExpCompiler(int capture_count, bool ignore_case, bool is_one_byte,
1008 int capture_count,
490 IrregexpInitialize(Handle<JSRegExp> re, Handle<String> pattern, JSRegExp::Flags flags, int capture_count) argument
662 SetLastMatchInfo(Handle<JSArray> last_match_info, Handle<String> subject, int capture_count, int32_t* match) argument
1073 RegExpCompiler(int capture_count, bool ignore_case, bool one_byte, Zone* zone) argument
1089 Assemble( RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) argument
[all...]

Completed in 143 milliseconds