Searched refs:OR_LONG_2ADDR (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 213 OR_LONG_2ADDR, enumConstant
|
D | Instruction.java | 516 addOpcodeInfo(Opcode.OR_LONG_2ADDR, "or-long/2addr", 0xc1, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 228 long2addrOpcodes.add(Opcode.OR_LONG_2ADDR);
|
/art/runtime/ |
D | dex_instruction_list.h | 215 …V(0xC1, OR_LONG_2ADDR, "or-long/2addr", k12x, kIndexNone, kContinue, kOr, kVerifyRegAWide | kVerif…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2135 case Instruction::OR_LONG_2ADDR: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2457 case Instruction::OR_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3304 case Instruction::OR_LONG_2ADDR: in CodeFlowVerifyInstruction()
|