Searched refs:second_instruction (Results 1 – 7 of 7) sorted by relevance
113 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local122 if (Assembler::IsBeq(second_instruction)) { in GetMode()126 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
82 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local91 if (Assembler::IsBranch(second_instruction)) { in GetMode()95 DCHECK(Assembler::IsTstImmediate(second_instruction)); in GetMode()
114 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local123 if (Assembler::IsBeq(second_instruction)) { in GetMode()127 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
130 byte second_instruction = stub->instruction_start()[2]; in GetMode() local138 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()142 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
137 byte second_instruction = stub->instruction_start()[2]; in GetMode() local145 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()149 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
134 byte second_instruction = stub->instruction_start()[2]; in GetMode() local142 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()146 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
105 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local113 if (BF == (second_instruction & kBOfieldMask)) { in GetMode()