Searched refs:SUB_INT_2ADDR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 197 SUB_INT_2ADDR, enumConstant
|
D | Instruction.java | 500 addOpcodeInfo(Opcode.SUB_INT_2ADDR, "sub-int/2addr", 0xb1, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 199 int2addrOpcodes.add(Opcode.SUB_INT_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 445 case Instruction::SUB_INT_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 199 …V(0xB1, SUB_INT_2ADDR, "sub-int/2addr", k12x, kIndexNone, kContinue, kSubtract, kVerifyRegA | kVer…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2622 case Instruction::SUB_INT_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2148 ALWAYS_INLINE void SUB_INT_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in SUB_INT_2ADDR() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3335 case Instruction::SUB_INT_2ADDR: in CodeFlowVerifyInstruction()
|