Searched refs:INT_TO_SHORT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 163 INT_TO_SHORT, enumConstant
|
D | Instruction.java | 466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 232 || opcode == Opcode.INT_TO_SHORT) { in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 399 case Instruction::INT_TO_SHORT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 165 …V(0x8F, INT_TO_SHORT, "int-to-short", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyReg…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2428 case Instruction::INT_TO_SHORT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1911 ALWAYS_INLINE void INT_TO_SHORT() REQUIRES_SHARED(Locks::mutator_lock_) { in INT_TO_SHORT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3277 case Instruction::INT_TO_SHORT: in CodeFlowVerifyInstruction()
|