Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java241 AND_INT_LIT8, enumConstant
DInstruction.java544 addOpcodeInfo(Opcode.AND_INT_LIT8, "and-int/lit8", 0xdd, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java263 intLit8Opcodes.add(Opcode.AND_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc359 Instruction::AND_INT_LIT8,
Dmir_to_lir.cc1120 case Instruction::AND_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1846 case Instruction::AND_INT_LIT8: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h242 …V(0xDD, AND_INT_LIT8, "and-int/lit8", k22b, true, kNone, kContinue | kAnd | kRegCFieldOrConstant, …
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc368 case Instruction::AND_INT_LIT8: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc172 case Instruction::AND_INT_LIT8: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1300 case Instruction::AND_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1901 case Instruction::AND_INT_LIT8: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1956 case Instruction::AND_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2351 HANDLE_INSTRUCTION_START(AND_INT_LIT8) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2178 case Instruction::AND_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2803 case Instruction::AND_INT_LIT8: in CodeFlowVerifyInstruction()