Lines Matching defs:code

17 package com.android.dx.rop.code;
30 /** {@code >= 0;} the register count for the method */
34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block
41 * {@code non-null;} array consisting of register sets representing the
47 /** {@code non-null;} map from instructions to the variable each assigns */
53 * @param method {@code non-null;} the method being represented by this instance
76 * @param label {@code >= 0;} the block label
77 * @param specs {@code non-null;} the register set to associate with the block
101 * @param label {@code >= 0;} the block label
102 * @param specs {@code non-null;} the register set to merge into the start set
104 * @return {@code true} if the merge resulted in an actual change
106 * {@code false} if there was no change
135 * @param label {@code >= 0;} the block label
136 * @return {@code non-null;} the associated register set
147 * {@code getStarts(block.getLabel())}.
149 * @param block {@code non-null;} the block in question
150 * @return {@code non-null;} the associated register set
162 * @param label {@code >= 0;} the block label
163 * @return {@code non-null;} the associated register set
183 * @param insn {@code non-null;} the instruction in question
184 * @param spec {@code non-null;} the associated register spec
204 * @param insn {@code non-null;} instruction in question
205 * @return {@code null-ok;} the named register being assigned, if any
214 * @return {@code >= 0;} the number of assignments
238 * @param label {@code >= 0;} the block label
239 * @return {@code null-ok;} associated register set or {@code null} if there