Home
last modified time | relevance | path

Searched refs:NOT_LONG (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java146 NOT_LONG, enumConstant
DInstruction.java449 addOpcodeInfo(Opcode.NOT_LONG, "not-long", 0x7e, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
/art/compiler/dex/quick/
Dquick_compiler.cc264 Instruction::NOT_LONG,
Dmir_to_lir.cc953 case Instruction::NOT_LONG: in CompileDalvikInstruction()
Dgen_common.cc1966 case Instruction::NOT_LONG: in GenArithOpLong()
/art/compiler/optimizing/
Dcodegen_test.cc426 Instruction::NOT_LONG | 2 << 8 | 0 << 12, \
Dbuilder.cc1513 case Instruction::NOT_LONG: { in AnalyzeDexInstruction()
/art/compiler/dex/quick/mips/
Dint_mips.cc536 case Instruction::NOT_LONG: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h147 V(0x7E, NOT_LONG, "not-long", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1217 case Instruction::NOT_LONG: in RecordMIR()
Dlocal_value_numbering.cc1753 case Instruction::NOT_LONG: in GetValueNumber()
/art/compiler/dex/quick/x86/
Dint_x86.cc1665 case Instruction::NOT_LONG: in GenArithOpLong()
1680 case Instruction::NOT_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1137 case Instruction::NOT_LONG: in GenArithOpLong()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1630 HANDLE_INSTRUCTION_START(NOT_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1462 case Instruction::NOT_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2603 case Instruction::NOT_LONG: in CodeFlowVerifyInstruction()