Home
last modified time | relevance | path

Searched refs:LONG_TO_INT (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java129 oppositeOpcode = Opcode.LONG_TO_INT; in applyMutation()
137 case LONG_TO_INT: in applyMutation()
DValuePrinter.java236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java152 LONG_TO_INT, enumConstant
DInstruction.java455 addOpcodeInfo(Opcode.LONG_TO_INT, "long-to-int", 0x84, new Format12x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dcodegen_test.cc527 Instruction::LONG_TO_INT | 4 << 8 | 0 << 12, in TEST_F()
Dinstruction_builder.cc1934 case Instruction::LONG_TO_INT: { in ProcessDexInstruction()
/art/runtime/
Ddex_instruction_list.h153 …V(0x84, LONG_TO_INT, "long-to-int", k12x, true, kIndexNone, kContinue | kCast, kVerifyRegA | kVeri…
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1733 HANDLE_INSTRUCTION_START(LONG_TO_INT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1613 case Instruction::LONG_TO_INT: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3051 case Instruction::LONG_TO_INT: in CodeFlowVerifyInstruction()