Searched refs:ADD_INT_LIT16 (Results 1 – 17 of 17) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 140 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 3, in TEST() 142 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 2, in TEST() 144 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 4, in TEST()
|
D | constant_folding_test.cc | 506 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 5, in TEST() 508 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 4, in TEST() 510 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 8, in TEST()
|
D | codegen_test.cc | 517 Instruction::ADD_INT_LIT16, 3, in TEST()
|
D | builder.cc | 1921 case Instruction::ADD_INT_LIT16: { in AnalyzeDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 228 ADD_INT_LIT16, enumConstant
|
D | Instruction.java | 531 addOpcodeInfo(Opcode.ADD_INT_LIT16, "add-int/lit16", 0xd0, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
|
D | ArithOpChanger.java | 270 intLit16Opcodes.add(Opcode.ADD_INT_LIT16);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 346 Instruction::ADD_INT_LIT16,
|
D | mir_to_lir.cc | 1108 case Instruction::ADD_INT_LIT16: in CompileDalvikInstruction()
|
D | gen_common.cc | 1831 case Instruction::ADD_INT_LIT16: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 229 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, true, kNone, kContinue | kAdd | kRegCFieldOrConstant…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1291 case Instruction::ADD_INT_LIT16: in RecordMIR()
|
D | local_value_numbering.cc | 1889 case Instruction::ADD_INT_LIT16: in GetValueNumber()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2258 HANDLE_INSTRUCTION_START(ADD_INT_LIT16) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2088 case Instruction::ADD_INT_LIT16: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2778 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()
|