Searched refs:AND_LONG (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 180 AND_LONG, enumConstant
|
D | Instruction.java | 483 addOpcodeInfo(Opcode.AND_LONG, "and-long", 0xa0, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 215 longOpcodes.add(Opcode.AND_LONG);
|
/art/runtime/ |
D | dex_instruction_list.h | 182 …V(0xA0, AND_LONG, "and-long", k23x, kIndexNone, kContinue, kAnd, kVerifyRegAWide | kVerifyRegBWide…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1875 case Instruction::AND_LONG: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2258 case Instruction::AND_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3247 case Instruction::AND_LONG: in CodeFlowVerifyInstruction()
|