Searched refs:NOT_INT (Results 1 – 15 of 15) 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/dex/quick/ |
D | quick_compiler.cc | 262 Instruction::NOT_INT,
|
D | mir_to_lir.cc | 948 case Instruction::NOT_INT: in CompileDalvikInstruction()
|
D | gen_common.cc | 1530 case Instruction::NOT_INT: in GenArithOpInt()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 399 Instruction::NOT_INT | 1 << 8 | 0 << 12 , \
|
D | builder.cc | 1508 case Instruction::NOT_INT: { in AnalyzeDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 145 V(0x7C, NOT_INT, "not-int", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1215 case Instruction::NOT_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1725 case Instruction::NOT_INT: in GetValueNumber()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1618 HANDLE_INSTRUCTION_START(NOT_INT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1450 case Instruction::NOT_INT: in ExecuteSwitchImpl()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 3091 case Instruction::NOT_INT: in GenArithOpInt()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2599 case Instruction::NOT_INT: in CodeFlowVerifyInstruction()
|