Home
last modified time | relevance | path

Searched refs:NEG_LONG (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java145 NEG_LONG, enumConstant
DInstruction.java448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
/art/tools/veridex/
Dflow_analysis.cc369 case Instruction::NEG_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h147 V(0x7D, NEG_LONG, "neg-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1729 case Instruction::NEG_LONG: in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2191 case Instruction::NEG_LONG: { in ProcessDexInstruction()