Searched refs:ADD_LONG_2ADDR (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 207 ADD_LONG_2ADDR, enumConstant
|
D | Instruction.java | 510 addOpcodeInfo(Opcode.ADD_LONG_2ADDR, "add-long/2addr", 0xbb, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
|
D | ArithOpChanger.java | 222 long2addrOpcodes.add(Opcode.ADD_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 442 case Instruction::ADD_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 209 …V(0xBB, ADD_LONG_2ADDR, "add-long/2addr", k12x, kIndexNone, kContinue, kAdd, kVerifyRegAWide | kVe…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2607 case Instruction::ADD_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2226 ALWAYS_INLINE void ADD_LONG_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in ADD_LONG_2ADDR() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3354 case Instruction::ADD_LONG_2ADDR: in CodeFlowVerifyInstruction()
|