Searched refs:INT_TO_LONG (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 128 case INT_TO_LONG: in applyMutation() 138 oppositeOpcode = Opcode.INT_TO_LONG; in applyMutation() 195 if (Opcode.isBetween(opcode, Opcode.INT_TO_LONG, Opcode.DOUBLE_TO_FLOAT)) { in isConversionInstruction()
|
D | ValuePrinter.java | 244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 149 INT_TO_LONG, enumConstant
|
D | Instruction.java | 452 addOpcodeInfo(Opcode.INT_TO_LONG, "int-to-long", 0x81, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 312 Instruction::INT_TO_LONG | 2 << 8 | 4 << 12, in TEST_F()
|
D | instruction_builder.cc | 2023 case Instruction::INT_TO_LONG: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 151 …V(0x81, INT_TO_LONG, "int-to-long", k12x, kIndexNone, kContinue | kCast, kVerifyRegAWide | kVerify…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1605 case Instruction::INT_TO_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3170 case Instruction::INT_TO_LONG: in CodeFlowVerifyInstruction()
|