Searched refs:RSUB_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 237 RSUB_INT_LIT8, enumConstant
|
D | Instruction.java | 540 addOpcodeInfo(Opcode.RSUB_INT_LIT8, "rsub-int/lit8", 0xd9, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 259 intLit8Opcodes.add(Opcode.RSUB_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 493 case Instruction::RSUB_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1735 HANDLER_ATTRIBUTES bool RSUB_INT_LIT8() { in RSUB_INT_LIT8() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2838 case Instruction::RSUB_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3411 case Instruction::RSUB_INT_LIT8: in CodeFlowVerifyInstruction()
|