Home
last modified time | relevance | path

Searched refs:NEG_INT (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java143 NEG_INT, enumConstant
DInstruction.java446 addOpcodeInfo(Opcode.NEG_INT, "neg-int", 0x7b, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java235 if (opcode == Opcode.NEG_INT || opcode == Opcode.NOT_INT in getInstructionOutputType()
/art/compiler/optimizing/
Dconstant_folding_test.cc100 Instruction::NEG_INT | 1 << 8 | 0 << 12, in TEST_F()
/art/tools/veridex/
Dflow_analysis.cc376 case Instruction::NEG_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h145 V(0x7B, NEG_INT, "neg-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \