Searched refs:code_start_ (Results 1 – 2 of 2) sorted by relevance
1200 DCHECK(code_start_ >= 0); in first_instruction_index()1202 DCHECK(code_end_ >= code_start_); in first_instruction_index()1203 return code_start_; in first_instruction_index()1206 DCHECK(code_start_ >= 0); in last_instruction_index()1208 DCHECK(code_end_ >= code_start_); in last_instruction_index()1212 int32_t code_start() const { return code_start_; } in code_start()1213 void set_code_start(int32_t start) { code_start_ = start; } in set_code_start()1267 int32_t code_start_; // start index of arch-specific code. variable
575 code_start_(-1), in InstructionBlock()