Home
last modified time | relevance | path

Searched refs:rawType (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java75 public int rawType; field in Instruction
98 newInsn.rawType = rawType; in clone()
174 rawType = upperBits; in readOpcode()
176 switch (rawType) { in readOpcode()
190 Log.errorAndQuit("Unrecognised ident in data-payload instruction: " + rawType); in readOpcode()
199 switch (rawType) { in toString()
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java403 if (dataInsn.rawType == 1) { in readSwitchInstruction()
413 } else if (dataInsn.rawType == 2) { in readSwitchInstruction()