Home
last modified time | relevance | path

Searched refs:OR_LONG (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java181 OR_LONG, enumConstant
DInstruction.java484 addOpcodeInfo(Opcode.OR_LONG, "or-long", 0xa1, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java216 longOpcodes.add(Opcode.OR_LONG);
/art/compiler/dex/quick/
Dquick_compiler.cc299 Instruction::OR_LONG,
Dmir_to_lir.cc1039 case Instruction::OR_LONG: in CompileDalvikInstruction()
Dgen_common.cc2019 case Instruction::OR_LONG: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1714 case Instruction::OR_LONG: in GenArithOpLong()
2667 case Instruction::OR_LONG: in GenArithImmOpLong()
2716 case Instruction::OR_LONG: in IsNoOp()
2758 case Instruction::OR_LONG: in GetOpcode()
2825 case Instruction::OR_LONG: in GetOpcode()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1164 case Instruction::OR_LONG: in GenArithOpLong()
1391 case Instruction::OR_LONG: in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc563 case Instruction::OR_LONG: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h182 …V(0xA1, OR_LONG, "or-long", k23x, true, kNone, kContinue | kOr, kVerifyRegAWide | kVerifyRegBWide …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1248 case Instruction::OR_LONG: in RecordMIR()
Dlocal_value_numbering.cc1830 case Instruction::OR_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1674 case Instruction::OR_LONG: in GenArithImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1747 case Instruction::OR_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1869 HANDLE_INSTRUCTION_START(OR_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1700 case Instruction::OR_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2693 case Instruction::OR_LONG: in CodeFlowVerifyInstruction()