Searched refs:MOVE_OBJECT_FROM16 (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 28 MOVE_OBJECT_FROM16, enumConstant
|
D | Instruction.java | 328 addOpcodeInfo(Opcode.MOVE_OBJECT_FROM16, "move-object/from16", 0x08, new Format22x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 30 …V(0x08, MOVE_OBJECT_FROM16, "move-object/from16", k22x, kIndexNone, kContinue, kVerifyRegA | kVeri…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2120 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction() 2346 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction() 2721 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 176 case Instruction::MOVE_OBJECT_FROM16: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1854 case Instruction::MOVE_OBJECT_FROM16: { in ProcessDexInstruction()
|