Searched refs:MOVE_FROM16 (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 22 MOVE_FROM16, enumConstant
|
D | Instruction.java | 322 addOpcodeInfo(Opcode.MOVE_FROM16, "move/from16", 0x02, new Format22x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 275 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 24 V(0x02, MOVE_FROM16, "move/from16", k22x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 398 HANDLER_ATTRIBUTES bool MOVE_FROM16() { in MOVE_FROM16() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2197 case Instruction::MOVE_FROM16: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2106 case Instruction::MOVE_FROM16: in CodeFlowVerifyInstruction()
|