Home
last modified time | relevance | path

Searched refs:INT_TO_SHORT (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java163 INT_TO_SHORT, enumConstant
DInstruction.java466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java232 || opcode == Opcode.INT_TO_SHORT) { in getInstructionOutputType()
/art/compiler/dex/quick/
Dquick_compiler.cc281 Instruction::INT_TO_SHORT,
Dmir_to_lir.cc974 case Instruction::INT_TO_SHORT: in CompileDalvikInstruction()
Dgen_common.cc469 case Instruction::INT_TO_SHORT: in GenIntNarrowing()
/art/runtime/
Ddex_instruction_list.h164 …V(0x8F, INT_TO_SHORT, "int-to-short", k12x, true, kNone, kContinue | kCast, kVerifyRegA | kVerifyR…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1234 case Instruction::INT_TO_SHORT: in RecordMIR()
Dlocal_value_numbering.cc1728 case Instruction::INT_TO_SHORT: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1583 case Instruction::INT_TO_SHORT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1740 HANDLE_INSTRUCTION_START(INT_TO_SHORT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1572 case Instruction::INT_TO_SHORT: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2666 case Instruction::INT_TO_SHORT: in CodeFlowVerifyInstruction()