Home
last modified time | relevance | path

Searched refs:ADD_LONG (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java175 ADD_LONG, enumConstant
DInstruction.java478 addOpcodeInfo(Opcode.ADD_LONG, "add-long", 0x9b, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
DArithOpChanger.java210 longOpcodes.add(Opcode.ADD_LONG);
/art/compiler/optimizing/
Dconstant_folding_test.cc433 Instruction::ADD_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
Dcodegen_test.cc309 Instruction::ADD_LONG | 0, 0 << 8 | 2, // v0 <- 2^32 + 1 in TEST_F()
Dinstruction_builder.cc2738 case Instruction::ADD_LONG: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc406 case Instruction::ADD_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h177 …V(0x9B, ADD_LONG, "add-long", k23x, kIndexNone, kContinue, kAdd, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1401 HANDLER_ATTRIBUTES bool ADD_LONG() { in ADD_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3306 case Instruction::ADD_LONG: in CodeFlowVerifyInstruction()