Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat35ms.java31 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4) in writeToFile()
DFormat35mi.java31 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4) in writeToFile()
DFormat35c.java33 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4) in writeToFile()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java59 public byte vregF; field in Instruction.InvokeFormatInfo
109 newInsn.invokeFormatInfo.vregF = invokeFormatInfo.vregF; in clone()
140 invokeFormatInfo.vregF = (byte) (rawBytes[5] >> 4); in read()
233 vregs = ", v" + invokeFormatInfo.vregF + vregs; in toString()