HomeSort by relevance Sort by last modified time
    Searched refs:vregG (Results 1 - 4 of 4) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format35mi.java 28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
Format35ms.java 28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
Format35c.java 30 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 60 public byte vregG;
110 newInsn.invokeFormatInfo.vregG = invokeFormatInfo.vregG;
141 invokeFormatInfo.vregG = (byte) (rawBytes[1] & 0xf);
230 vregs = ", v" + invokeFormatInfo.vregG;

Completed in 779 milliseconds