Searched refs:previous_block_count_ (Results 1 – 1 of 1) sorted by relevance
610 previous_block_count_(0), in SpecialRPONumberer()737 DCHECK_LT(previous_block_count_, schedule_->BasicBlockCount()); in ComputeAndInsertSpecialRPO()738 stack_.resize(schedule_->BasicBlockCount() - previous_block_count_); in ComputeAndInsertSpecialRPO()739 previous_block_count_ = schedule_->BasicBlockCount(); in ComputeAndInsertSpecialRPO()1078 size_t previous_block_count_; member in v8::internal::compiler::SpecialRPONumberer