Searched refs:code_end_ (Results 1 – 3 of 3) sorted by relevance
48 int32_t code_end_; // end index of arch-specific code. variable62 code_end_(-1), in BasicBlockData()78 DCHECK(code_end_ > 0); in first_instruction_index()79 DCHECK(code_end_ >= code_start_); in first_instruction_index()84 DCHECK(code_end_ > 0); in last_instruction_index()85 DCHECK(code_end_ >= code_start_); in last_instruction_index()86 return code_end_ - 1; in last_instruction_index()
336 block->code_end_ = end; in EndBlock()435 os << " instructions: [" << block->code_start_ << ", " << block->code_end_ in operator <<()
58 size_t end = block->code_end_; in SelectInstructions()386 block->code_end_ = current_block_end; in VisitBlock()