Searched refs:moveParameterInstructions (Results 1 – 1 of 1) sorted by relevance
292 List<Insn> moveParameterInstructions = new ArrayList<Insn>(); in initializeLocals() local296 moveParameterInstructions.add(new PlainCstInsn(Rops.opMoveParam(local.type.ropType), in initializeLocals()299 labels.get(0).instructions.addAll(0, moveParameterInstructions); in initializeLocals()