Searched refs:LONG_TO_INT (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 129 oppositeOpcode = Opcode.LONG_TO_INT; in applyMutation() 137 case LONG_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 152 LONG_TO_INT, enumConstant
|
D | Instruction.java | 455 addOpcodeInfo(Opcode.LONG_TO_INT, "long-to-int", 0x84, new Format12x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 270 Instruction::LONG_TO_INT,
|
D | mir_to_lir.cc | 969 case Instruction::LONG_TO_INT: in CompileDalvikInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 478 Instruction::LONG_TO_INT | 4 << 8 | 0 << 12, in TEST()
|
D | builder.cc | 1533 case Instruction::LONG_TO_INT: { in AnalyzeDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 153 …V(0x84, LONG_TO_INT, "long-to-int", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerifyReg…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination_test.cc | 2106 { 3, Instruction::LONG_TO_INT, 0, 0u, 2, { 5u, 6u }, 1, { 7u } }, in TEST_F() 2110 { 3, Instruction::LONG_TO_INT, 0, 0u, 2, { 9u, 10u }, 1, { 12u } }, // Killed with 9u (BP) in TEST_F()
|
D | gvn_dead_code_elimination.cc | 1223 case Instruction::LONG_TO_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1740 case Instruction::LONG_TO_INT: in GetValueNumber()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1666 HANDLE_INSTRUCTION_START(LONG_TO_INT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1498 case Instruction::LONG_TO_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2625 case Instruction::LONG_TO_INT: in CodeFlowVerifyInstruction()
|