Searched refs:NOT_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 146 NOT_LONG, enumConstant
|
D | Instruction.java | 449 addOpcodeInfo(Opcode.NOT_LONG, "not-long", 0x7e, 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/ |
D | quick_compiler.cc | 264 Instruction::NOT_LONG,
|
D | mir_to_lir.cc | 953 case Instruction::NOT_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 1966 case Instruction::NOT_LONG: in GenArithOpLong()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 426 Instruction::NOT_LONG | 2 << 8 | 0 << 12, \
|
D | builder.cc | 1513 case Instruction::NOT_LONG: { in AnalyzeDexInstruction()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 536 case Instruction::NOT_LONG: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 147 V(0x7E, NOT_LONG, "not-long", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1217 case Instruction::NOT_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1753 case Instruction::NOT_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1665 case Instruction::NOT_LONG: in GenArithOpLong() 1680 case Instruction::NOT_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1137 case Instruction::NOT_LONG: in GenArithOpLong()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1630 HANDLE_INSTRUCTION_START(NOT_LONG) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1462 case Instruction::NOT_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2603 case Instruction::NOT_LONG: in CodeFlowVerifyInstruction()
|