Home
last modified time | relevance | path

Searched refs:INT_TO_LONG (Results 1 – 10 of 10) 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/tools/veridex/
Dflow_analysis.cc386 case Instruction::INT_TO_LONG: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc311 Instruction::INT_TO_LONG | 2 << 8 | 4 << 12, in TEST_F()
Dinstruction_builder.cc2658 case Instruction::INT_TO_LONG: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h151 …V(0x81, INT_TO_LONG, "int-to-long", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVerifyR…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1265 HANDLER_ATTRIBUTES bool INT_TO_LONG() { in INT_TO_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3233 case Instruction::INT_TO_LONG: in CodeFlowVerifyInstruction()