Home
last modified time | relevance | path

Searched refs:MOVE_16 (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java23 MOVE_16, enumConstant
DInstruction.java323 addOpcodeInfo(Opcode.MOVE_16, "move/16", 0x03, new Format32x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java160 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()
/art/tools/veridex/
Dflow_analysis.cc276 case Instruction::MOVE_16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h25 V(0x03, MOVE_16, "move/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h403 HANDLER_ATTRIBUTES bool MOVE_16() { in MOVE_16() function
/art/compiler/optimizing/
Dinstruction_builder.cc2471 case Instruction::MOVE_16: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2110 case Instruction::MOVE_16: in CodeFlowVerifyInstruction()