Searched refs:NEG_LONG (Results 1 - 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java145 NEG_LONG, enum constant in enum:Opcode
H A DInstruction.java448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG
/art/compiler/dex/quick/mips/
H A Dint_mips.cc571 case Instruction::NEG_LONG:
589 case Instruction::NEG_LONG:
/art/compiler/dex/quick/
H A Dquick_compiler.cc263 Instruction::NEG_LONG,
H A Dmir_to_lir.cc952 case Instruction::NEG_LONG:
/art/runtime/
H A Ddex_instruction_list.h146 V(0x7D, NEG_LONG, "neg-long", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1216 case Instruction::NEG_LONG:
H A Dlocal_value_numbering.cc1752 case Instruction::NEG_LONG:
/art/compiler/dex/quick/arm/
H A Dint_arm.cc1360 case Instruction::NEG_LONG:
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1172 case Instruction::NEG_LONG: {
/art/compiler/optimizing/
H A Dbuilder.cc1493 case Instruction::NEG_LONG: {
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1624 HANDLE_INSTRUCTION_START(NEG_LONG)
H A Dinterpreter_switch_impl.cc1456 case Instruction::NEG_LONG:
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1724 case Instruction::NEG_LONG:
/art/runtime/verifier/
H A Dmethod_verifier.cc2602 case Instruction::NEG_LONG:

Completed in 100 milliseconds