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.cc2102 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
2336 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
2760 case Instruction::MOVE_OBJECT_FROM16: in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2193 case Instruction::MOVE_OBJECT_FROM16: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h440 ALWAYS_INLINE void MOVE_OBJECT_FROM16() REQUIRES_SHARED(Locks::mutator_lock_) { in MOVE_OBJECT_FROM16() function