Home
last modified time | relevance | path

Searched refs:RSUB_INT_LIT8 (Results 1 – 8 of 8) 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/tools/veridex/
Dflow_analysis.cc493 case Instruction::RSUB_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1735 HANDLER_ATTRIBUTES bool RSUB_INT_LIT8() { in RSUB_INT_LIT8() function
/art/compiler/optimizing/
Dinstruction_builder.cc3111 case Instruction::RSUB_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3412 case Instruction::RSUB_INT_LIT8: in CodeFlowVerifyInstruction()