Searched refs:SUB_LONG (Results 1 – 9 of 9) 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 | 497 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
|
D | instruction_builder.cc | 2926 case Instruction::SUB_LONG: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 433 case Instruction::SUB_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 178 …V(0x9C, SUB_LONG, "sub-long", k23x, kIndexNone, kContinue, kSubtract, kVerifyRegAWide | kVerifyReg…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1259 HANDLER_ATTRIBUTES bool SUB_LONG() { in SUB_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3283 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()
|