Searched refs:NEG_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 143 NEG_INT, enumConstant
|
D | Instruction.java | 446 addOpcodeInfo(Opcode.NEG_INT, "neg-int", 0x7b, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 235 if (opcode == Opcode.NEG_INT || opcode == Opcode.NOT_INT in getInstructionOutputType()
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 109 Instruction::NEG_INT | 1 << 8 | 0 << 12, in TEST_F()
|
D | instruction_builder.cc | 1889 case Instruction::NEG_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 144 V(0x7B, NEG_INT, "neg-int", k12x, true, kIndexNone, kContinue, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1679 HANDLE_INSTRUCTION_START(NEG_INT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1559 case Instruction::NEG_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3024 case Instruction::NEG_INT: in CodeFlowVerifyInstruction()
|