Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat35mi.java28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4))); in writeToFile()
DFormat35ms.java28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4))); in writeToFile()
DFormat35c.java30 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4))); in writeToFile()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java60 public byte vregG; field in Instruction.InvokeFormatInfo
110 newInsn.invokeFormatInfo.vregG = invokeFormatInfo.vregG; in clone()
141 invokeFormatInfo.vregG = (byte) (rawBytes[1] & 0xf); in read()
230 vregs = ", v" + invokeFormatInfo.vregG; in toString()