Searched refs:second_instruction (Results 1 – 7 of 7) sorted by relevance
93 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local102 if (Assembler::IsBranch(second_instruction)) { in GetMode()106 DCHECK(Assembler::IsTstImmediate(second_instruction)); in GetMode()
124 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local133 if (Assembler::IsBeq(second_instruction)) { in GetMode()137 DCHECK(Assembler::IsBne(second_instruction)); in GetMode()
125 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local134 if (Assembler::IsBeq(second_instruction)) { in GetMode()138 DCHECK(Assembler::IsBne(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()
152 byte second_instruction = stub->instruction_start()[2]; in GetMode() local160 if (second_instruction == kFiveByteJumpInstruction) { in GetMode()164 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()
114 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + in GetMode() local122 if (BF == (second_instruction & kBOfieldMask)) { in GetMode()