Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-variable-optimizer.cc108 limit_count_++; in Add()
118 size_t other_size = other->limit_count_; in Merge()
120 while (other_size > limit_count_) { in Merge()
124 while (limit_count_ > other_size) { in Merge()
126 limit_count_--; in Merge()
132 DCHECK(limit_count_ > 0); in Merge()
133 limit_count_--; in Merge()
144 : head_(other->head_), limit_count_(other->limit_count_) {} in VariableLimits()
147 size_t limit_count_ = 0; member in v8::internal::compiler::LoopVariableOptimizer::VariableLimits