Home | History | Annotate | Download | only in code

Lines Matching refs:IntList

23 import com.android.dx.util.IntList;
39 private final IntList subroutines;
48 this(locals, stack, IntList.EMPTY);
60 ExecutionStack stack, IntList subroutines) {
148 public IntList getSubroutines() {
187 IntList newSubroutines;
215 IntList resultSubroutines;
242 private IntList mergeSubroutineLists(IntList otherSubroutines) {
247 IntList resultSubroutines = new IntList();
274 LocalsArray locals, IntList subroutines) {
321 IntList newOtherSubroutines = other.subroutines.mutableCopy();
331 IntList resultSubroutines;
341 IntList nonResultSubroutines;
382 IntList newSubroutines = subroutines.mutableCopy();
385 IntList.makeImmutable(subLabel));