Searched refs:previous_block_count_ (Results 1 – 1 of 1) sorted by relevance
618 previous_block_count_(0), in SpecialRPONumberer()745 DCHECK_LT(previous_block_count_, schedule_->BasicBlockCount()); in ComputeAndInsertSpecialRPO()746 stack_.resize(schedule_->BasicBlockCount() - previous_block_count_); in ComputeAndInsertSpecialRPO()747 previous_block_count_ = schedule_->BasicBlockCount(); in ComputeAndInsertSpecialRPO()1086 size_t previous_block_count_; member in v8::internal::compiler::SpecialRPONumberer