Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java197 SUB_INT_2ADDR, enumConstant
DInstruction.java500 addOpcodeInfo(Opcode.SUB_INT_2ADDR, "sub-int/2addr", 0xb1, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java199 int2addrOpcodes.add(Opcode.SUB_INT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc445 case Instruction::SUB_INT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h199 …V(0xB1, SUB_INT_2ADDR, "sub-int/2addr", k12x, kIndexNone, kContinue, kSubtract, kVerifyRegA | kVer…
/art/compiler/optimizing/
Dinstruction_builder.cc2622 case Instruction::SUB_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2148 ALWAYS_INLINE void SUB_INT_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in SUB_INT_2ADDR() function
/art/runtime/verifier/
Dmethod_verifier.cc3335 case Instruction::SUB_INT_2ADDR: in CodeFlowVerifyInstruction()