Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java292 List<Insn> moveParameterInstructions = new ArrayList<Insn>(); in initializeLocals() local
296 moveParameterInstructions.add(new PlainCstInsn(Rops.opMoveParam(local.type.ropType), in initializeLocals()
299 labels.get(0).instructions.addAll(0, moveParameterInstructions); in initializeLocals()