Home
last modified time | relevance | path

Searched refs:NOT_INT (Results 1 – 9 of 9) 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/tools/veridex/
Dflow_analysis.cc380 case Instruction::NOT_INT: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc231 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
Dinstruction_builder.cc2648 case Instruction::NOT_INT: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h146 V(0x7C, NOT_INT, "not-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1240 HANDLER_ATTRIBUTES bool NOT_INT() { in NOT_INT() function
/art/runtime/verifier/
Dmethod_verifier.cc3218 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()