Home
last modified time | relevance | path

Searched refs:NEG_INT (Results 1 – 7 of 7) 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/tools/veridex/
Dflow_analysis.cc368 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) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1717 case Instruction::NEG_INT: in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2186 case Instruction::NEG_INT: { in ProcessDexInstruction()