Home
last modified time | relevance | path

Searched refs:NOT_INT (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java144 NOT_INT, enumConstant
DInstruction.java447 addOpcodeInfo(Opcode.NOT_INT, "not-int", 0x7c, 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/
Dcodegen_test.cc231 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
Dinstruction_builder.cc2059 case Instruction::NOT_INT: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_list.h146 V(0x7C, NOT_INT, "not-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1632 case Instruction::NOT_INT: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3154 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()