Searched refs:second_instruction (Results 1 – 6 of 6) sorted by relevance
129 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local138 if (Assembler::IsBranch(second_instruction)) { in GetMode()142 DCHECK(Assembler::IsTstImmediate(second_instruction)); in GetMode()
147 byte second_instruction = stub->instruction_start()[2]; in GetMode() local155 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()159 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
155 byte second_instruction = stub->instruction_start()[2]; in GetMode() local163 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()167 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
173 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local182 if (Assembler::IsBeq(second_instruction)) { in GetMode()186 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
171 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local180 if (Assembler::IsBeq(second_instruction)) { in GetMode()184 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
152 byte second_instruction = stub->instruction_start()[2]; in GetMode() local160 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()164 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()