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

  /external/v8/src/compiler/
loop-analysis.h 42 size_t BodySize() const { return exits_start_ - body_start_; }
43 size_t ExitsSize() const { return exits_end_ - exits_start_; }
57 exits_start_(-1),
64 int exits_start_; member in class:v8::internal::compiler::LoopTree::Loop
104 &loop_nodes_[0] + loop->exits_start_);
109 return NodeRange(&loop_nodes_[0] + loop->exits_start_,
loop-analysis.cc 466 loop->exits_start_ = static_cast<int>(loop_tree_->loop_nodes_.size());
504 while (i < loop->exits_start_) {

Completed in 2236 milliseconds