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

/external/v8/src/
H A Dast.cc971 static int IncreaseBy(int previous, int increase) { function in namespace:v8::internal
987 min_match_ = IncreaseBy(min_match_, node_min_match);
989 max_match_ = IncreaseBy(max_match_, node_max_match);

Completed in 62 milliseconds