Searched refs:SUB_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 176 SUB_LONG, enumConstant
|
D | Instruction.java | 479 addOpcodeInfo(Opcode.SUB_LONG, "sub-long", 0x9c, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 211 longOpcodes.add(Opcode.SUB_LONG);
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 506 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
|
D | instruction_builder.cc | 2123 case Instruction::SUB_LONG: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 178 …V(0x9C, SUB_LONG, "sub-long", k23x, kIndexNone, kContinue | kSubtract, kVerifyRegAWide | kVerifyRe…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1790 case Instruction::SUB_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3244 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()
|