Home
last modified time | relevance | path

Searched refs:INT_TO_LONG (Results 1 – 15 of 15) 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/dex/quick/
Dquick_compiler.cc267 Instruction::INT_TO_LONG,
Dmir_to_lir.cc965 case Instruction::INT_TO_LONG: in CompileDalvikInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc479 Instruction::INT_TO_LONG | 2 << 8 | 4 << 12, in TEST()
Dbuilder.cc1518 case Instruction::INT_TO_LONG: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h150 …V(0x81, INT_TO_LONG, "int-to-long", k12x, true, kNone, kContinue | kCast, kVerifyRegAWide | kVerif…
/art/compiler/dex/
Dgvn_dead_code_elimination_test.cc2013 { 3, Instruction::INT_TO_LONG, 0, 0u, 1, { 2u }, 2, { 3u, 4u } }, in TEST_F()
2050 ASSERT_EQ(Instruction::INT_TO_LONG, int_to_long->dalvikInsn.opcode); in TEST_F()
Dgvn_dead_code_elimination.cc1220 case Instruction::INT_TO_LONG: in RecordMIR()
Dlocal_value_numbering.cc1765 case Instruction::INT_TO_LONG: { in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1648 HANDLE_INSTRUCTION_START(INT_TO_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1480 case Instruction::INT_TO_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2614 case Instruction::INT_TO_LONG: in CodeFlowVerifyInstruction()