Searched refs:RSUB_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 229 RSUB_INT, enumConstant
|
D | Instruction.java | 532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 271 intLit16Opcodes.add(Opcode.RSUB_INT);
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 89 RSUB_INT_LIT16 = RSUB_INT,
|
D | dex_instruction_list.h | 231 …V(0xD1, RSUB_INT, "rsub-int", k22s, kIndexNone, kContinue, kSubtract | kRegCFieldOrConstant, kVeri…
|
/art/tools/veridex/ |
D | flow_analysis.cc | 481 case Instruction::RSUB_INT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1697 HANDLER_ATTRIBUTES bool RSUB_INT() { in RSUB_INT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2808 case Instruction::RSUB_INT: { in ProcessDexInstruction()
|