Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java163 INT_TO_SHORT, enumConstant
H A DInstruction.java466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java232 || opcode == Opcode.INT_TO_SHORT) { in getInstructionOutputType()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc422 case Instruction::INT_TO_SHORT: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h165 …V(0x8F, INT_TO_SHORT, "int-to-short", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1196 HANDLER_ATTRIBUTES bool INT_TO_SHORT() { in INT_TO_SHORT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc2891 case Instruction::INT_TO_SHORT: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3261 case Instruction::INT_TO_SHORT: in CodeFlowVerifyInstruction()