Searched refs:vregE (Results 1 – 4 of 4) sorted by relevance
32 | insn.invokeFormatInfo.vregE)); in writeToFile()
34 | insn.invokeFormatInfo.vregE)); in writeToFile()
58 public byte vregE; field in Instruction.InvokeFormatInfo108 newInsn.invokeFormatInfo.vregE = invokeFormatInfo.vregE; in clone()139 invokeFormatInfo.vregE = (byte) (rawBytes[5] & 0xf); in read()236 vregs = ", v" + invokeFormatInfo.vregE + vregs; in toString()