Home | History | Annotate | Download | only in arm

Lines Matching refs:Assembler

119     DCHECK(Assembler::IsTstImmediate(masm->instr_at(pos)));
124 DCHECK(Assembler::IsBranch(masm->instr_at(pos)));
128 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
129 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
130 Assembler::kInstrSize);
132 if (Assembler::IsBranch(first_instruction)) {
136 DCHECK(Assembler::IsTstImmediate(first_instruction));
138 if (Assembler::IsBranch(second_instruction)) {
142 DCHECK(Assembler::IsTstImmediate(second_instruction));
156 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
164 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
169 2 * Assembler::kInstrSize);