Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java208 SUB_LONG_2ADDR, enumConstant
DInstruction.java511 addOpcodeInfo(Opcode.SUB_LONG_2ADDR, "sub-long/2addr", 0xbc, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java223 long2addrOpcodes.add(Opcode.SUB_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc446 case Instruction::SUB_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h210 …V(0xBC, SUB_LONG_2ADDR, "sub-long/2addr", k12x, kIndexNone, kContinue, kSubtract, kVerifyRegAWide …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1574 HANDLER_ATTRIBUTES bool SUB_LONG_2ADDR() { in SUB_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2649 case Instruction::SUB_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3362 case Instruction::SUB_LONG_2ADDR: in CodeFlowVerifyInstruction()