Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java22 MOVE_FROM16, enumConstant
DInstruction.java322 addOpcodeInfo(Opcode.MOVE_FROM16, "move/from16", 0x02, new Format22x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h24 V(0x02, MOVE_FROM16, "move/from16", k22x, kIndexNone, kContinue, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc140 case Instruction::MOVE_FROM16: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc1836 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2102 case Instruction::MOVE_FROM16: in CodeFlowVerifyInstruction()