Searched refs:AND_INT_LIT8 (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 241 AND_INT_LIT8, enumConstant
|
D | Instruction.java | 544 addOpcodeInfo(Opcode.AND_INT_LIT8, "and-int/lit8", 0xdd, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 263 intLit8Opcodes.add(Opcode.AND_INT_LIT8);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 359 Instruction::AND_INT_LIT8,
|
D | mir_to_lir.cc | 1120 case Instruction::AND_INT_LIT8: in CompileDalvikInstruction()
|
D | gen_common.cc | 1846 case Instruction::AND_INT_LIT8: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 242 …V(0xDD, AND_INT_LIT8, "and-int/lit8", k22b, true, kNone, kContinue | kAnd | kRegCFieldOrConstant, …
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 368 case Instruction::AND_INT_LIT8: in InexpensiveConstantInt()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 172 case Instruction::AND_INT_LIT8: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1300 case Instruction::AND_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1901 case Instruction::AND_INT_LIT8: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1956 case Instruction::AND_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2351 HANDLE_INSTRUCTION_START(AND_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2178 case Instruction::AND_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2803 case Instruction::AND_INT_LIT8: in CodeFlowVerifyInstruction()
|