Searched refs:ADD_LONG (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 175 ADD_LONG, enumConstant
|
D | Instruction.java | 478 addOpcodeInfo(Opcode.ADD_LONG, "add-long", 0x9b, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
|
D | ArithOpChanger.java | 210 longOpcodes.add(Opcode.ADD_LONG);
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 433 Instruction::ADD_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
|
D | codegen_test.cc | 315 Instruction::ADD_LONG | 0, 0 << 8 | 2, // v0 <- 2^32 + 1 in TEST_F()
|
D | instruction_builder.cc | 2443 case Instruction::ADD_LONG: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 406 case Instruction::ADD_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 177 …V(0x9B, ADD_LONG, "add-long", k23x, kIndexNone, kContinue, kAdd, kVerifyRegAWide | kVerifyRegBWide…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1994 ALWAYS_INLINE void ADD_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in ADD_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3298 case Instruction::ADD_LONG: in CodeFlowVerifyInstruction()
|