Home
last modified time | relevance | path

Searched refs:XOR_INT_LIT16 (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java235 XOR_INT_LIT16, enumConstant
DInstruction.java538 addOpcodeInfo(Opcode.XOR_INT_LIT16, "xor-int/lit16", 0xd7, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java277 intLit16Opcodes.add(Opcode.XOR_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc353 Instruction::XOR_INT_LIT16,
Dmir_to_lir.cc1114 case Instruction::XOR_INT_LIT16: in CompileDalvikInstruction()
Dgen_common.cc1859 case Instruction::XOR_INT_LIT16: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h236 …V(0xD7, XOR_INT_LIT16, "xor-int/lit16", k22s, true, kNone, kContinue | kXor | kRegCFieldOrConstant…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc375 case Instruction::XOR_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc180 case Instruction::XOR_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1296 case Instruction::XOR_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1895 case Instruction::XOR_INT_LIT16: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1936 case Instruction::XOR_INT_LIT16: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2309 HANDLE_INSTRUCTION_START(XOR_INT_LIT16) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2139 case Instruction::XOR_INT_LIT16: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2788 case Instruction::XOR_INT_LIT16: in CodeFlowVerifyInstruction()