Home
last modified time | relevance | path

Searched refs:NEG_LONG (Results 1 – 8 of 8) 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/compiler/optimizing/
Dconstant_folding_test.cc170 Instruction::NEG_LONG | 2 << 8 | 0 << 12, in TEST_F()
Dinstruction_builder.cc2044 case Instruction::NEG_LONG: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_list.h147 V(0x7D, NEG_LONG, "neg-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1638 case Instruction::NEG_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3157 case Instruction::NEG_LONG: in CodeFlowVerifyInstruction()