Home | History | Annotate | Download | only in back

Lines Matching refs:specs

234         for (ArrayList<RegisterSpec> specs : localVariables.values()) {
242 int sz = specs.size();
244 RegisterSpec ssaSpec = specs.get(i);
254 done = tryMapRegs(specs, ropReg, maxCategory, true);
267 * @param specs {@code non-null;} SSA registers to attempt to map
276 ArrayList<RegisterSpec> specs, int ropReg,
279 for (RegisterSpec spec : specs) {
922 * the definition specs of all the registers.