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

  /external/v8/src/compiler/
scheduler.cc 581 scheduled_nodes_.resize(schedule_->BasicBlockCount(), NodeVector(zone_));
737 DCHECK_LT(previous_block_count_, schedule_->BasicBlockCount());
738 stack_.resize(schedule_->BasicBlockCount() - previous_block_count_);
739 previous_block_count_ = schedule_->BasicBlockCount();
    [all...]
schedule.h 190 size_t BasicBlockCount() const { return all_blocks_.size(); }
verifier.cc     [all...]
  /external/v8/test/unittests/compiler/
scheduler-unittest.cc 186 for (size_t i = 0; i < schedule.BasicBlockCount(); i++) {
423 EXPECT_EQ(schedule.BasicBlockCount(), order->size());
446 EXPECT_EQ(schedule.BasicBlockCount(), order->size());
466 EXPECT_EQ(schedule.BasicBlockCount(), order->size());
494 EXPECT_EQ(schedule.BasicBlockCount(), order->size());
519 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
544 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
569 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
593 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
    [all...]

Completed in 49 milliseconds