Home
last modified time | relevance | path

Searched refs:INT_TO_SHORT (Results 1 – 8 of 8) 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/tools/veridex/
Dflow_analysis.cc399 case Instruction::INT_TO_SHORT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h165 …V(0x8F, INT_TO_SHORT, "int-to-short", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1343 HANDLER_ATTRIBUTES bool INT_TO_SHORT() { in INT_TO_SHORT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2723 case Instruction::INT_TO_SHORT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3285 case Instruction::INT_TO_SHORT: in CodeFlowVerifyInstruction()