Searched refs:NEG_LONG (Results 1 – 16 of 16) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 145 NEG_LONG, enumConstant
|
D | Instruction.java | 448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 571 case Instruction::NEG_LONG: in GenArithOpLong() 589 case Instruction::NEG_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 263 Instruction::NEG_LONG,
|
D | mir_to_lir.cc | 952 case Instruction::NEG_LONG: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 146 V(0x7D, NEG_LONG, "neg-long", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1216 case Instruction::NEG_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1752 case Instruction::NEG_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1360 case Instruction::NEG_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1172 case Instruction::NEG_LONG: { in GenArithOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1493 case Instruction::NEG_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1624 HANDLE_INSTRUCTION_START(NEG_LONG) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1456 case Instruction::NEG_LONG: in ExecuteSwitchImpl()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1724 case Instruction::NEG_LONG: in GenArithOpLong()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2602 case Instruction::NEG_LONG: in CodeFlowVerifyInstruction()
|