Home
last modified time | relevance | path

Searched refs:NEG_INT (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java143 NEG_INT, enumConstant
DInstruction.java446 addOpcodeInfo(Opcode.NEG_INT, "neg-int", 0x7b, 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/optimizing/
Dconstant_folding_test.cc90 Instruction::NEG_INT | 1 << 8 | 0 << 12, in TEST()
Dbuilder.cc1488 case Instruction::NEG_INT: { in AnalyzeDexInstruction()
/art/compiler/dex/quick/
Dquick_compiler.cc261 Instruction::NEG_INT,
Dmir_to_lir.cc947 case Instruction::NEG_INT: in CompileDalvikInstruction()
Dgen_common.cc1526 case Instruction::NEG_INT: in GenArithOpInt()
/art/runtime/
Ddex_instruction_list.h144 V(0x7B, NEG_INT, "neg-int", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1214 case Instruction::NEG_INT: in RecordMIR()
Dlocal_value_numbering.cc1724 case Instruction::NEG_INT: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1612 HANDLE_INSTRUCTION_START(NEG_INT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1444 case Instruction::NEG_INT: in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3087 case Instruction::NEG_INT: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2598 case Instruction::NEG_INT: in CodeFlowVerifyInstruction()