Searched refs:NOT_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 144 NOT_INT, enumConstant
|
D | Instruction.java | 447 addOpcodeInfo(Opcode.NOT_INT, "not-int", 0x7c, 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 | codegen_test.cc | 231 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
|
D | instruction_builder.cc | 2059 case Instruction::NOT_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 146 V(0x7C, NOT_INT, "not-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1632 case Instruction::NOT_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3154 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()
|