Searched refs:MOVE_16 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 23 MOVE_16, enumConstant
|
D | Instruction.java | 323 addOpcodeInfo(Opcode.MOVE_16, "move/16", 0x03, new Format32x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 160 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 276 case Instruction::MOVE_16: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 25 V(0x03, MOVE_16, "move/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 403 HANDLER_ATTRIBUTES bool MOVE_16() { in MOVE_16() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2198 case Instruction::MOVE_16: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2109 case Instruction::MOVE_16: in CodeFlowVerifyInstruction()
|