Home
last modified time | relevance | path

Searched refs:MOVE_OBJECT_FROM16 (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java28 MOVE_OBJECT_FROM16, enumConstant
DInstruction.java328 addOpcodeInfo(Opcode.MOVE_OBJECT_FROM16, "move-object/from16", 0x08, new Format22x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h30 …V(0x08, MOVE_OBJECT_FROM16, "move-object/from16", k22x, kIndexNone, kContinue, kVerifyRegA | kVeri…
/art/runtime/verifier/
Dmethod_verifier.cc2120 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/
Dinterpreter_switch_impl.cc176 case Instruction::MOVE_OBJECT_FROM16: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc1854 case Instruction::MOVE_OBJECT_FROM16: { in ProcessDexInstruction()