Home
last modified time | relevance | path

Searched refs:SUB_LONG (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java176 SUB_LONG, enumConstant
DInstruction.java479 addOpcodeInfo(Opcode.SUB_LONG, "sub-long", 0x9c, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java211 longOpcodes.add(Opcode.SUB_LONG);
/art/compiler/optimizing/
Dconstant_folding_test.cc506 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
Dinstruction_builder.cc2123 case Instruction::SUB_LONG: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_list.h178 …V(0x9C, SUB_LONG, "sub-long", k23x, kIndexNone, kContinue | kSubtract, kVerifyRegAWide | kVerifyRe…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1790 case Instruction::SUB_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3244 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()