Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dloop-analysis.h50 uint32_t ExitsSize() const { return exits_end_ - exits_start_; } in ExitsSize()
51 uint32_t TotalSize() const { return exits_end_ - header_start_; } in TotalSize()
65 exits_end_(-1) {} in Loop()
72 int exits_end_; variable
128 &loop_nodes_[0] + loop->exits_end_); in ExitNodes()
134 &loop_nodes_[0] + loop->exits_end_); in LoopNodes()
Dloop-analysis.cc496 loop->exits_end_ = static_cast<int>(loop_tree_->loop_nodes_.size()); in SerializeLoop()
531 while (i < loop->exits_end_) { in PrintLoop()