Searched refs:MOVE_OBJECT_16 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 29 MOVE_OBJECT_16, enumConstant
|
D | Instruction.java | 329 addOpcodeInfo(Opcode.MOVE_OBJECT_16, "move-object/16", 0x09, new Format32x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 156 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 312 case Instruction::MOVE_OBJECT_16: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 31 …V(0x09, MOVE_OBJECT_16, "move-object/16", k32x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyReg…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2119 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction() 2341 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction() 2764 case Instruction::MOVE_OBJECT_16: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 417 HANDLER_ATTRIBUTES bool MOVE_OBJECT_16() { in MOVE_OBJECT_16() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2678 case Instruction::MOVE_OBJECT_16: in ProcessDexInstruction()
|