Searched refs:getOpcodeInfo (Results 1 – 14 of 14) sorted by relevance
148 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL); in applyMutation()151 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_DIRECT); in applyMutation()154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER); in applyMutation()157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()160 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_INTERFACE); in applyMutation()
156 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in applyMutation()158 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16); in applyMutation()160 valueCopyInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in applyMutation()167 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()129 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
144 OpcodeInfo newOpcodeInfo = Instruction.getOpcodeInfo(newOpcode); in generateMutation()204 Opcode newOpcode = Instruction.getOpcodeInfo(mutation.newOpcode).opcode; in applyMutation()219 newInsn.insn.info = Instruction.getOpcodeInfo(mutation.newOpcode); in applyMutation()265 exitInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_EXIT); in applyMutation()270 enterInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MONITOR_ENTER); in applyMutation()
91 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
129 ifBranchInsn.insn.info = Instruction.getOpcodeInfo(newOpcode); in applyMutation()
123 cmpBiasInsn.insn.info = Instruction.getOpcodeInfo(newOpcode); in applyMutation()
131 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16); in applyMutation()
168 newInsnThere.insn.info = Instruction.getOpcodeInfo(oppositeOpcode); in applyMutation()
141 invokeInsn.insn.info = Instruction.getOpcodeInfo(newOpcode); in applyMutation()
116 newOpcodeInfo = Instruction.getOpcodeInfo(getLegalDifferentOpcode(randomInsn)); in generateMutation()138 OpcodeInfo newOpcodeInfo = Instruction.getOpcodeInfo(mutation.newOpcode); in applyMutation()
377 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_OBJECT_16); in finishedUsingTemporaryVRegs()379 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_WIDE_16); in finishedUsingTemporaryVRegs()382 moveInsn.insn.info = Instruction.getOpcodeInfo(Opcode.MOVE_16); in finishedUsingTemporaryVRegs()
562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
121 info = getOpcodeInfo(opcodeValue); in read()300 public static OpcodeInfo getOpcodeInfo(Opcode opcode) { in getOpcodeInfo() method in Instruction304 public static OpcodeInfo getOpcodeInfo(int opcodeValue) { in getOpcodeInfo() method in Instruction