Searched refs:OR_INT_LIT16 (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 234 OR_INT_LIT16, enumConstant
|
D | Instruction.java | 537 addOpcodeInfo(Opcode.OR_INT_LIT16, "or-int/lit16", 0xd6, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 276 intLit16Opcodes.add(Opcode.OR_INT_LIT16);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 352 Instruction::OR_INT_LIT16,
|
D | mir_to_lir.cc | 1113 case Instruction::OR_INT_LIT16: in CompileDalvikInstruction()
|
D | gen_common.cc | 1853 case Instruction::OR_INT_LIT16: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 235 …V(0xD6, OR_INT_LIT16, "or-int/lit16", k22s, true, kNone, kContinue | kOr | kRegCFieldOrConstant, k…
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 371 case Instruction::OR_INT_LIT16: in InexpensiveConstantInt()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 175 case Instruction::OR_INT_LIT16: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1295 case Instruction::OR_INT_LIT16: in RecordMIR()
|
D | local_value_numbering.cc | 1894 case Instruction::OR_INT_LIT16: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1931 case Instruction::OR_INT_LIT16: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2302 HANDLE_INSTRUCTION_START(OR_INT_LIT16) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2132 case Instruction::OR_INT_LIT16: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2787 case Instruction::OR_INT_LIT16: in CodeFlowVerifyInstruction()
|