Home
last modified time | relevance | path

Searched refs:AND_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java212 AND_LONG_2ADDR, enumConstant
DInstruction.java515 addOpcodeInfo(Opcode.AND_LONG_2ADDR, "and-long/2addr", 0xc0, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java227 long2addrOpcodes.add(Opcode.AND_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc468 case Instruction::AND_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h214 …V(0xC0, AND_LONG_2ADDR, "and-long/2addr", k12x, kIndexNone, kContinue, kAnd, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1596 HANDLER_ATTRIBUTES bool AND_LONG_2ADDR() { in AND_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3036 case Instruction::AND_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3367 case Instruction::AND_LONG_2ADDR: in CodeFlowVerifyInstruction()