Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java233 AND_INT_LIT16, enumConstant
DInstruction.java536 addOpcodeInfo(Opcode.AND_INT_LIT16, "and-int/lit16", 0xd5, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java275 intLit16Opcodes.add(Opcode.AND_INT_LIT16);
/art/compiler/dex/quick/
Dquick_compiler.cc351 Instruction::AND_INT_LIT16,
Dmir_to_lir.cc1112 case Instruction::AND_INT_LIT16: in CompileDalvikInstruction()
Dgen_common.cc1847 case Instruction::AND_INT_LIT16: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h234 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, true, kNone, kContinue | kAnd | kRegCFieldOrConstant…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc367 case Instruction::AND_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc171 case Instruction::AND_INT_LIT16: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1294 case Instruction::AND_INT_LIT16: in RecordMIR()
Dlocal_value_numbering.cc1893 case Instruction::AND_INT_LIT16: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1926 case Instruction::AND_INT_LIT16: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2295 HANDLE_INSTRUCTION_START(AND_INT_LIT16) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2125 case Instruction::AND_INT_LIT16: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2786 case Instruction::AND_INT_LIT16: in CodeFlowVerifyInstruction()