Searched refs:moveInsn (Results 1 – 1 of 1) sorted by relevance
365 MInsn moveInsn = new MInsn(); in finishedUsingTemporaryVRegs() local366 moveInsn.insn = new Instruction(); in finishedUsingTemporaryVRegs()367 moveInsn.insn.vregA = originalInVReg + i; in finishedUsingTemporaryVRegs()368 moveInsn.insn.vregB = originalInVReg + i + tempVRegsAllocated; in finishedUsingTemporaryVRegs()377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()379 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16); in finishedUsingTemporaryVRegs()382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()385 insertInstructionAt(moveInsn, insertionCounter); in finishedUsingTemporaryVRegs()387 Log.info("Temp vregs creation, Added instruction " + moveInsn); in finishedUsingTemporaryVRegs()