Home | History | Annotate | Download | only in compiler

Lines Matching refs:code_start

737   return InstructionAt(block->code_start());
744 int code_start = static_cast<int>(instructions_.size());
745 current_block_->set_code_start(code_start);
752 if (current_block_->code_start() == end) { // Empty block. Insert a nop.
756 DCHECK(current_block_->code_start() >= 0 &&
757 current_block_->code_start() < end);
901 os << " instructions: [" << block->code_start() << ", " << block->code_end()