Home
last modified time | relevance | path

Searched refs:MOVE_OBJECT_FROM16 (Results 1 – 7 of 7) 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/tools/veridex/
Dflow_analysis.cc290 case Instruction::MOVE_OBJECT_FROM16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h30 …V(0x08, MOVE_OBJECT_FROM16, "move-object/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegA | kV…
/art/runtime/verifier/
Dmethod_verifier.cc2125 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
2350 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
2768 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h428 HANDLER_ATTRIBUTES bool MOVE_OBJECT_FROM16() { in MOVE_OBJECT_FROM16() function
/art/compiler/optimizing/
Dinstruction_builder.cc2488 case Instruction::MOVE_OBJECT_FROM16: { in ProcessDexInstruction()