Home
last modified time | relevance | path

Searched refs:RSUB_INT (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java229 RSUB_INT, enumConstant
DInstruction.java532 addOpcodeInfo(Opcode.RSUB_INT, "rsub-int", 0xd1, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java271 intLit16Opcodes.add(Opcode.RSUB_INT);
/art/libdexfile/dex/
Ddex_instruction.h89 RSUB_INT_LIT16 = RSUB_INT,
Ddex_instruction_list.h231 …V(0xD1, RSUB_INT, "rsub-int", k22s, kIndexNone, kContinue, kSubtract | kRegCFieldOrConstant, kVeri…
/art/tools/veridex/
Dflow_analysis.cc504 case Instruction::RSUB_INT: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1518 HANDLER_ATTRIBUTES bool RSUB_INT() { in RSUB_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc3249 case Instruction::RSUB_INT: { in ProcessDexInstruction()