Home
last modified time | relevance | path

Searched refs:MOVE_FROM16 (Results 1 – 7 of 7) 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/tools/veridex/
Dflow_analysis.cc275 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h24 V(0x02, MOVE_FROM16, "move/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h398 HANDLER_ATTRIBUTES bool MOVE_FROM16() { in MOVE_FROM16() function
/art/compiler/optimizing/
Dinstruction_builder.cc2470 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2107 case Instruction::MOVE_FROM16: in CodeFlowVerifyInstruction()