Searched refs:INT_TO_SHORT (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 163 INT_TO_SHORT, enumConstant
|
D | Instruction.java | 466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 232 || opcode == Opcode.INT_TO_SHORT) { in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 399 case Instruction::INT_TO_SHORT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 165 …V(0x8F, INT_TO_SHORT, "int-to-short", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
|