Searched refs:NEG_LONG (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 145 NEG_LONG, enumConstant
|
D | Instruction.java | 448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 161 Instruction::NEG_LONG | 2 << 8 | 0 << 12, in TEST_F()
|
D | instruction_builder.cc | 2360 case Instruction::NEG_LONG: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 377 case Instruction::NEG_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 147 V(0x7D, NEG_LONG, "neg-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1245 HANDLER_ATTRIBUTES bool NEG_LONG() { in NEG_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3220 case Instruction::NEG_LONG: in CodeFlowVerifyInstruction()
|