Searched refs:first_instruction (Results 1 – 13 of 13) sorted by relevance
128 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local132 if (Assembler::IsBranch(first_instruction)) { in GetMode()136 DCHECK(Assembler::IsTstImmediate(first_instruction)); in GetMode()
71 boolean first_instruction; member229 if (!vsctx->first_instruction) { in transform_inst()230 vsctx->first_instruction = TRUE; in transform_inst()
146 byte first_instruction = stub->instruction_start()[0]; in GetMode() local149 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()153 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
170 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local174 if (Assembler::IsBeq(first_instruction)) { in GetMode()178 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
172 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local176 if (Assembler::IsBeq(first_instruction)) { in GetMode()180 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
154 byte first_instruction = stub->instruction_start()[0]; in GetMode() local157 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()161 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
151 byte first_instruction = stub->instruction_start()[0]; in GetMode() local154 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()158 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
60 boolean first_instruction; member
1168 if (p->first_instruction) { in i915_translate_token()1187 p->first_instruction = FALSE; in i915_translate_token()1239 p->first_instruction = TRUE; in i915_init_compile()
280 int first_instruction = block->first_instruction_index(); in GetLabel() local281 return LLabel::cast(instructions_[first_instruction]); in GetLabel()