Searched refs:SUB_LONG (Results 1 – 19 of 19) 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/compiler/optimizing/ |
D | constant_folding_test.cc | 430 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST()
|
D | builder.cc | 1618 case Instruction::SUB_LONG: { in AnalyzeDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 211 longOpcodes.add(Opcode.SUB_LONG);
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 543 case Instruction::SUB_LONG: in GenArithOpLong() 585 case Instruction::SUB_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1627 if ((opcode == Instruction::SUB_LONG_2ADDR) || (opcode == Instruction::SUB_LONG)) { in GenArithImmOpLong() 1655 case Instruction::SUB_LONG: in GenArithImmOpLong() 1698 case Instruction::SUB_LONG: in GenArithImmOpLong()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 294 Instruction::SUB_LONG,
|
D | mir_to_lir.cc | 1037 case Instruction::SUB_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 1987 case Instruction::SUB_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1689 case Instruction::SUB_LONG: in GenArithOpLong() 2676 case Instruction::SUB_LONG: in GenArithImmOpLong() 2741 case Instruction::SUB_LONG: in GetOpcode() 2801 case Instruction::SUB_LONG: in GetOpcode()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1144 case Instruction::SUB_LONG: in GenArithOpLong() 1383 case Instruction::SUB_LONG: in GenArithImmOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 177 …V(0x9C, SUB_LONG, "sub-long", k23x, true, kNone, kContinue | kSubtract, kVerifyRegAWide | kVerifyR…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1245 case Instruction::SUB_LONG: in RecordMIR()
|
D | mir_optimization.cc | 1979 case Instruction::SUB_LONG: in MultiplyAddOpt()
|
D | local_value_numbering.cc | 1827 case Instruction::SUB_LONG: in GetValueNumber()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1832 HANDLE_INSTRUCTION_START(SUB_LONG) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1665 case Instruction::SUB_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2688 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()
|