Home
last modified time | relevance | path

Searched refs:byte_inst_count_ (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/
Dprog.h206 int64 byte_inst_count() { return byte_inst_count_; } in byte_inst_count()
350 int byte_inst_count_; // number of kInstByteRange instructions variable
Dprog.cc101 byte_inst_count_(0), in Prog()
Donepass.cc390 int maxnodes = 2 + byte_inst_count_; in IsOnePass()
Dcompile.cc397 prog_->byte_inst_count_++; in ByteRange()