Home
last modified time | relevance | path

Searched refs:ADD_INT_LIT16 (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination_test.cc140 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()
Dconstant_folding_test.cc506 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()
Dcodegen_test.cc517 Instruction::ADD_INT_LIT16, 3, in TEST()
Dbuilder.cc1921 case Instruction::ADD_INT_LIT16: { in AnalyzeDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java228 ADD_INT_LIT16, enumConstant
DInstruction.java531 addOpcodeInfo(Opcode.ADD_INT_LIT16, "add-int/lit16", 0xd0, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
DArithOpChanger.java270 intLit16Opcodes.add(Opcode.ADD_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc346 Instruction::ADD_INT_LIT16,
Dmir_to_lir.cc1108 case Instruction::ADD_INT_LIT16: in CompileDalvikInstruction()
Dgen_common.cc1831 case Instruction::ADD_INT_LIT16: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h229 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, true, kNone, kContinue | kAdd | kRegCFieldOrConstant…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1291 case Instruction::ADD_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1889 case Instruction::ADD_INT_LIT16: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2258 HANDLE_INSTRUCTION_START(ADD_INT_LIT16) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2088 case Instruction::ADD_INT_LIT16: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2778 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()