Lines Matching full:assembler
161 DCHECK(Assembler::IsBne(masm->instr_at(pos)));
168 DCHECK(Assembler::IsBeq(masm->instr_at(pos)));
172 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
173 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
174 2 * Assembler::kInstrSize);
176 if (Assembler::IsBeq(first_instruction)) {
180 DCHECK(Assembler::IsBne(first_instruction));
182 if (Assembler::IsBeq(second_instruction)) {
186 DCHECK(Assembler::IsBne(second_instruction));
200 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
208 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
213 4 * Assembler::kInstrSize);