Searched refs:previous_block_count_ (Results 1 – 1 of 1) sorted by relevance
685 previous_block_count_(0), in SpecialRPONumberer()811 DCHECK_LT(previous_block_count_, schedule_->BasicBlockCount()); in ComputeAndInsertSpecialRPO()812 stack_.resize(schedule_->BasicBlockCount() - previous_block_count_); in ComputeAndInsertSpecialRPO()813 previous_block_count_ = schedule_->BasicBlockCount(); in ComputeAndInsertSpecialRPO()1151 size_t previous_block_count_; member in v8::internal::compiler::SpecialRPONumberer