Home
last modified time | relevance | path

Searched refs:NOT_INT (Results 1 – 15 of 15) 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/dex/quick/
Dquick_compiler.cc262 Instruction::NOT_INT,
Dmir_to_lir.cc948 case Instruction::NOT_INT: in CompileDalvikInstruction()
Dgen_common.cc1530 case Instruction::NOT_INT: in GenArithOpInt()
/art/compiler/optimizing/
Dcodegen_test.cc399 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
Dbuilder.cc1508 case Instruction::NOT_INT: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h145 V(0x7C, NOT_INT, "not-int", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1215 case Instruction::NOT_INT: in RecordMIR()
Dlocal_value_numbering.cc1725 case Instruction::NOT_INT: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1618 HANDLE_INSTRUCTION_START(NOT_INT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1450 case Instruction::NOT_INT: in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3091 case Instruction::NOT_INT: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2599 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()