Home
last modified time | relevance | path

Searched refs:INT_TO_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java128 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()
DValuePrinter.java244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java149 INT_TO_LONG, enumConstant
DInstruction.java452 addOpcodeInfo(Opcode.INT_TO_LONG, "int-to-long", 0x81, new Format12x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dcodegen_test.cc312 Instruction::INT_TO_LONG | 2 << 8 | 4 << 12, in TEST_F()
Dinstruction_builder.cc2023 case Instruction::INT_TO_LONG: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_list.h151 …V(0x81, INT_TO_LONG, "int-to-long", k12x, kIndexNone, kContinue | kCast, kVerifyRegAWide | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1605 case Instruction::INT_TO_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3170 case Instruction::INT_TO_LONG: in CodeFlowVerifyInstruction()