Home
last modified time | relevance | path

Searched refs:RSUB_INT_LIT8 (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java237 RSUB_INT_LIT8, enumConstant
DInstruction.java540 addOpcodeInfo(Opcode.RSUB_INT_LIT8, "rsub-int/lit8", 0xd9, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java259 intLit8Opcodes.add(Opcode.RSUB_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc355 Instruction::RSUB_INT_LIT8,
Dmir_to_lir.cc1116 case Instruction::RSUB_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1810 case Instruction::RSUB_INT_LIT8: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h238 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, true, kNone, kContinue | kSubtract | kRegCFieldOrCon…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1298 case Instruction::RSUB_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1897 case Instruction::RSUB_INT_LIT8: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1971 case Instruction::RSUB_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2323 HANDLE_INSTRUCTION_START(RSUB_INT_LIT8) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2152 case Instruction::RSUB_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2793 case Instruction::RSUB_INT_LIT8: in CodeFlowVerifyInstruction()