HomeSort by relevance Sort by last modified time
    Searched full:exits_end_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
loop-analysis.h 43 size_t ExitsSize() const { return exits_end_ - exits_start_; }
44 size_t TotalSize() const { return exits_end_ - header_start_; }
58 exits_end_(-1) {}
65 int exits_end_; member in class:v8::internal::compiler::LoopTree::Loop
110 &loop_nodes_[0] + loop->exits_end_);
116 &loop_nodes_[0] + loop->exits_end_);
loop-analysis.cc 463 loop->exits_end_ = static_cast<int>(loop_tree_->loop_nodes_.size());
498 while (i < loop->exits_end_) {

Completed in 102 milliseconds