Home
last modified time | relevance | path

Searched refs:new_inst (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1379 LIR* new_inst = in AssembleLIR() local
1383 InsertLIRAfter(lir, new_inst); in AssembleLIR()
1396 new_inst->offset = lir->offset + lir->flags.size; in AssembleLIR()
1397 new_inst->flags.fixup = kFixupCondBranch; in AssembleLIR()
1398 new_inst->flags.size = EncodingMap[new_inst->opcode].size; in AssembleLIR()
1399 offset_adjustment += new_inst->flags.size; in AssembleLIR()
1402 ReplaceFixup(prev_lir, lir, new_inst); in AssembleLIR()
1403 prev_lir = new_inst; // Continue with the new instruction. in AssembleLIR()
1404 lir = new_inst->u.a.pcrel_next; in AssembleLIR()