Lines Matching defs:const
101 void SetMin(const EatsAtLeastInfo& other) {
112 bool IsZero() const {
184 static const int kNodeIsTooComplexForGreedyLoops = kMinInt;
198 static const int kRecursionBudget = 200;
236 static const int kMaxCopiesCodeGenerated = 10;
242 const EatsAtLeastInfo* eats_at_least_info() const { return &eats_at_least_; }
243 void set_eats_at_least_info(const EatsAtLeastInfo& eats_at_least) {
260 Zone* zone() const { return zone_; }
273 static const int kFirstCharBudget = 10;
449 static const int kFirstRealPass = SIMPLE_CHARACTER_MATCH;
450 static const int kLastPass = CHARACTER_CLASS_MATCH;
732 int min_loop_iterations() const { return min_loop_iterations_; }