Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java144 NOT_INT, enumConstant
H A DInstruction.java447 addOpcodeInfo(Opcode.NOT_INT, "not-int", 0x7c, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java235 if (opcode == Opcode.NEG_INT || opcode == Opcode.NOT_INT in getInstructionOutputType()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc403 case Instruction::NOT_INT: in ProcessDexInstruction()
/aosp12/art/compiler/optimizing/
H A Dcodegen_test.cc231 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
H A Dinstruction_builder.cc2816 case Instruction::NOT_INT: { in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h146 V(0x7C, NOT_INT, "not-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1101 HANDLER_ATTRIBUTES bool NOT_INT() { in NOT_INT() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3194 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()