Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination_test.cc138 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 3, in TEST_F()
140 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 2, in TEST_F()
142 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 4, in TEST_F()
Dconstant_folding_test.cc572 Instruction::ADD_INT_LIT16 | 1 << 8 | 0 << 12, 5, in TEST_F()
574 Instruction::ADD_INT_LIT16 | 0 << 8 | 2 << 12, 4, in TEST_F()
576 Instruction::ADD_INT_LIT16 | 2 << 8 | 1 << 12, 8, in TEST_F()
Dcodegen_test.cc349 Instruction::ADD_INT_LIT16, 3, in TEST_F()
Dinstruction_builder.cc3061 case Instruction::ADD_INT_LIT16: { in ProcessDexInstruction()
/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/tools/veridex/
Dflow_analysis.cc477 case Instruction::ADD_INT_LIT16: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h230 …V(0xD0, ADD_INT_LIT16, "add-int/lit16", k22s, kIndexNone, kContinue, kAdd | kRegCFieldOrConstant, …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1692 HANDLER_ATTRIBUTES bool ADD_INT_LIT16() { in ADD_INT_LIT16() function
/art/runtime/verifier/
Dmethod_verifier.cc3397 case Instruction::ADD_INT_LIT16: in CodeFlowVerifyInstruction()