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

  /external/v8/src/compiler/
code-generator-impl.h 71 DCHECK(block_id < gen_->schedule()->BasicBlockCount());
schedule.h 184 int BasicBlockCount() const { return NodeCount(); }
register-allocator.cc 505 live_in_sets_(code->BasicBlockCount(), zone()),
520 int block_count = code()->BasicBlockCount();
    [all...]
scheduler.cc 303 scheduled_nodes_.resize(schedule_->BasicBlockCount(), NodeVector(zone_));
944 zone->NewArray<SpecialRPOStackFrame>(schedule->BasicBlockCount());
    [all...]
instruction.cc 425 for (int i = 0; i < code.BasicBlockCount(); i++) {
verifier.cc 296 const int count = schedule->BasicBlockCount();
instruction.h 820 int BasicBlockCount() const {
  /external/v8/test/cctest/compiler/
test-scheduler.cc 395 CHECK_EQ(schedule.BasicBlockCount(), static_cast<int>(order->size()));
421 CHECK_EQ(schedule.BasicBlockCount(), static_cast<int>(order->size()));
444 CHECK_EQ(schedule.BasicBlockCount(), static_cast<int>(order->size()));
475 CHECK_EQ(schedule.BasicBlockCount(), static_cast<int>(order->size()));
502 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
529 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
556 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
582 CheckRPONumbers(order, schedule.BasicBlockCount(), true);
    [all...]
test-instruction.cc 118 CHECK_EQ(static_cast<int>(blocks->size()), R.code->BasicBlockCount());

Completed in 323 milliseconds