Searched refs:OR_LONG_2ADDR (Results 1 – 17 of 17) 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/compiler/dex/quick/x86/ |
D | int_x86.cc | 1715 case Instruction::OR_LONG_2ADDR: in GenArithOpLong() 2057 case Instruction::OR_LONG_2ADDR: in GenLongArith() 2686 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong() 2717 case Instruction::OR_LONG_2ADDR: in IsNoOp() 2759 case Instruction::OR_LONG_2ADDR: in GetOpcode() 2826 case Instruction::OR_LONG_2ADDR: in GetOpcode()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 331 Instruction::OR_LONG_2ADDR,
|
D | mir_to_lir.cc | 1044 case Instruction::OR_LONG_2ADDR: in CompileDalvikInstruction()
|
D | gen_common.cc | 2020 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1165 case Instruction::OR_LONG_2ADDR: in GenArithOpLong() 1392 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 564 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 214 …V(0xC1, OR_LONG_2ADDR, "or-long/2addr", k12x, true, kNone, kContinue | kOr, kVerifyRegAWide | kVer…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1276 case Instruction::OR_LONG_2ADDR: in RecordMIR()
|
D | local_value_numbering.cc | 1836 case Instruction::OR_LONG_2ADDR: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1675 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1906 case Instruction::OR_LONG_2ADDR: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2123 HANDLE_INSTRUCTION_START(OR_LONG_2ADDR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1953 case Instruction::OR_LONG_2ADDR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2749 case Instruction::OR_LONG_2ADDR: in CodeFlowVerifyInstruction()
|