Home | History | Annotate | Download | only in arm

Lines Matching refs:Assembler

83     DCHECK(Assembler::IsTstImmediate(masm->instr_at(pos)));
88 DCHECK(Assembler::IsBranch(masm->instr_at(pos)));
92 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
93 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
94 Assembler::kInstrSize);
96 if (Assembler::IsBranch(first_instruction)) {
100 DCHECK(Assembler::IsTstImmediate(first_instruction));
102 if (Assembler::IsBranch(second_instruction)) {
106 DCHECK(Assembler::IsTstImmediate(second_instruction));
119 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
127 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
131 Assembler::FlushICache(stub->GetIsolate(), stub->instruction_start(),
132 2 * Assembler::kInstrSize);