Home
last modified time | relevance | path

Searched refs:ADD_LONG_2ADDR (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java207 ADD_LONG_2ADDR, enumConstant
DInstruction.java510 addOpcodeInfo(Opcode.ADD_LONG_2ADDR, "add-long/2addr", 0xbb, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
DArithOpChanger.java222 long2addrOpcodes.add(Opcode.ADD_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc442 case Instruction::ADD_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h209 …V(0xBB, ADD_LONG_2ADDR, "add-long/2addr", k12x, kIndexNone, kContinue, kAdd, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1568 HANDLER_ATTRIBUTES bool ADD_LONG_2ADDR() { in ADD_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2902 case Instruction::ADD_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3362 case Instruction::ADD_LONG_2ADDR: in CodeFlowVerifyInstruction()