Lines Matching refs:code

19 import com.android.dx.rop.code.Exceptions;
20 import com.android.dx.rop.code.FillArrayDataInsn;
21 import com.android.dx.rop.code.Insn;
22 import com.android.dx.rop.code.PlainCstInsn;
23 import com.android.dx.rop.code.PlainInsn;
24 import com.android.dx.rop.code.RegOps;
25 import com.android.dx.rop.code.RegisterSpec;
26 import com.android.dx.rop.code.RegisterSpecList;
27 import com.android.dx.rop.code.Rop;
28 import com.android.dx.rop.code.Rops;
29 import com.android.dx.rop.code.ThrowingCstInsn;
30 import com.android.dx.rop.code.ThrowingInsn;
121 * @param reg {@code non-null;} register being looked up
138 * @param moveInsn {@code non-null;} a move result instruction
139 * @return {@code non-null;} the instruction that produces the result for
151 * @param insn {@code non-null;} an instruction that must always be
153 * @return {@code non-null;} the move result for the given instruction
167 * @param parentSet {@code non-null;} the EscapeSet for the object being put
169 * @param childSet {@code non-null;} the EscapeSet for the object being put
185 * @param newNode {@code non-null;} the EscapeSet to merge all links into
186 * @param oldNode {@code non-null;} the EscapeSet to remove all links from
205 * @param ssaMethod {@code non-null;} method to process
215 * @param insn {@code non-null;} instruction to process
247 * @param insn {@code non-null;} move result pseudo instruction to process
248 * @return {@code non-null;} an EscapeSet for the object referred to by the
320 * @param result {@code non-null;} register where new object is stored
321 * @param escSet {@code non-null;} EscapeSet for the new object
353 * @param use {@code non-null;} phi use being processed
354 * @param escSet {@code non-null;} EscapeSet for the object
355 * @param regWorklist {@code non-null;} worklist of instructions left to
385 * @param def {@code non-null;} register holding definition of new object
386 * @param use {@code non-null;} use of object being processed
387 * @param escSet {@code non-null;} EscapeSet for the object
388 * @param regWorklist {@code non-null;} worklist of instructions left to
528 * @param def {@code non-null;} move result instruction for array
529 * @param prev {@code non-null;} instruction for instantiating new array
531 * @param newRegs {@code non-null;} mapping of array indices to new
555 * @param use {@code non-null;} move result instruction for array
556 * @param prev {@code non-null;} instruction for instantiating new array
557 * @param newRegs {@code non-null;} mapping of array indices to new
559 * @param deletedInsns {@code non-null;} set of instructions marked for
729 * @param insn {@code non-null;} instruction causing the exception
730 * @param index {@code non-null;} index value that is out of bounds
731 * @param deletedInsns {@code non-null;} set of instructions marked for
777 * @param insn {@code non-null;} instruction to insert before
778 * @param newSources {@code non-null;} sources of new instruction
779 * @param newResult {@code non-null;} result of new instruction
781 * @param cst {@code null-ok;} constant for new instruction, if any
815 * @param insn {@code non-null;} instruction to insert before
816 * @param newSources {@code non-null;} sources of new instruction
817 * @param newResult {@code non-null;} result of new instruction
819 * @param cst {@code null-ok;} constant for new instruction, if any