Searched defs:setStarts (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
H A DLocalVariableInfo.java79 public void setStarts(int label, RegisterSpecSet specs) { method in class:LocalVariableInfo
97 * is the same as calling {@link #setStarts}. Otherwise, this will
98 * merge the two sets and call {@link #setStarts} on the result of the
113 setStarts(label, specs);
125 setStarts(label, newStart);
/dalvik/dx/src/com/android/dx/ssa/
H A DLocalVariableInfo.java80 public void setStarts(int index, RegisterSpecSet specs) { method in class:LocalVariableInfo
98 * is the same as calling {@link #setStarts}. Otherwise, this will
99 * merge the two sets and call {@link #setStarts} on the result of the
114 setStarts(index, specs);
126 setStarts(index, newStart);

Completed in 204 milliseconds