Searched refs:AND_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 212 AND_LONG_2ADDR, enumConstant
|
D | Instruction.java | 515 addOpcodeInfo(Opcode.AND_LONG_2ADDR, "and-long/2addr", 0xc0, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 227 long2addrOpcodes.add(Opcode.AND_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 468 case Instruction::AND_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 214 …V(0xC0, AND_LONG_2ADDR, "and-long/2addr", k12x, kIndexNone, kContinue, kAnd, kVerifyRegAWide | kVe…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1596 HANDLER_ATTRIBUTES bool AND_LONG_2ADDR() { in AND_LONG_2ADDR() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2763 case Instruction::AND_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3366 case Instruction::AND_LONG_2ADDR: in CodeFlowVerifyInstruction()
|