Searched refs:max_inst_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc224 int max_inst_; // Maximum number of instructions. member in class:re2::Compiler
248 max_inst_ = 1; // make AllocInst for fail instruction okay
252 max_inst_ = 0; // Caller must change
261 if (failed_ || inst_len_ + n > max_inst_) {
960 max_inst_ = 100000; // more than enough
963 max_inst_ = 0;
968 // The call to WalkExponential uses 2*max_inst_ below,
981 max_inst_ = m;
1010 Frag f = c.WalkExponential(sre, NullFrag(), 2*c.max_inst_);
1101 Frag all = c.WalkExponential(re, NullFrag(), 2*c.max_inst_);
[all...]
/external/regex-re2/re2/
H A Dcompile.cc223 int max_inst_; // Maximum number of instructions. member in class:re2::Compiler
247 max_inst_ = 1; // make AllocInst for fail instruction okay
251 max_inst_ = 0; // Caller must change
260 if (failed_ || inst_len_ + n > max_inst_) {
959 max_inst_ = 100000; // more than enough
962 max_inst_ = 0;
967 // The call to WalkExponential uses 2*max_inst_ below,
980 max_inst_ = m;
1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_);
1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_);
[all...]

Completed in 370 milliseconds