Searched refs:OR_INT_LIT16 (Results 1 – 8 of 8) 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/runtime/ |
D | dex_instruction_list.h | 235 …V(0xD6, OR_INT_LIT16, "or-int/lit16", k22s, true, kIndexNone, kContinue | kOr | kRegCFieldOrConsta…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2332 case Instruction::OR_INT_LIT16: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2369 HANDLE_INSTRUCTION_START(OR_INT_LIT16) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2247 case Instruction::OR_INT_LIT16: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3213 case Instruction::OR_INT_LIT16: in CodeFlowVerifyInstruction()
|