Lines Matching defs:code_start
695 os << " instructions: [" << block->code_start() << ", " << block->code_end()
843 return InstructionAt(block->code_start());
850 int code_start = static_cast<int>(instructions_.size());
851 current_block_->set_code_start(code_start);
858 if (current_block_->code_start() == end) { // Empty block. Insert a nop.
862 DCHECK(current_block_->code_start() >= 0 &&
863 current_block_->code_start() < end);