Searched refs:vregF (Results 1 – 4 of 4) sorted by relevance
31 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4) in writeToFile()
33 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4) in writeToFile()
59 public byte vregF; field in Instruction.InvokeFormatInfo109 newInsn.invokeFormatInfo.vregF = invokeFormatInfo.vregF; in clone()140 invokeFormatInfo.vregF = (byte) (rawBytes[5] >> 4); in read()233 vregs = ", v" + invokeFormatInfo.vregF + vregs; in toString()