Searched refs:INT_TO_SHORT (Results 1 - 13 of 13) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1234 case Instruction::INT_TO_SHORT:
H A Dlocal_value_numbering.cc1728 case Instruction::INT_TO_SHORT:
/art/compiler/dex/quick/
H A Dgen_common.cc469 case Instruction::INT_TO_SHORT:
H A Dmir_to_lir.cc974 case Instruction::INT_TO_SHORT:
H A Dquick_compiler.cc281 Instruction::INT_TO_SHORT,
/art/compiler/optimizing/
H A Dbuilder.cc1583 case Instruction::INT_TO_SHORT: {
/art/runtime/
H A Ddex_instruction_list.h164 V(0x8F, INT_TO_SHORT, "int-to-short", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1740 HANDLE_INSTRUCTION_START(INT_TO_SHORT)
H A Dinterpreter_switch_impl.cc1572 case Instruction::INT_TO_SHORT:
/art/runtime/verifier/
H A Dmethod_verifier.cc2666 case Instruction::INT_TO_SHORT:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java232 || opcode == Opcode.INT_TO_SHORT) {
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x());
H A DOpcode.java163 INT_TO_SHORT, enum constant in enum:Opcode

Completed in 42 milliseconds