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

/dalvik/dx/src/com/android/dx/cf/code/
H A DLocalsArraySet.java38 * The primary LocalsArray represents the locals as seen from
42 private final OneLocalsArray primary; field in class:LocalsArraySet
59 primary = new OneLocalsArray(maxLocals);
64 * Constructs an instance with the specified primary and secondaries set.
66 * @param primary {@code non-null;} primary locals to use
70 public LocalsArraySet(OneLocalsArray primary, argument
72 super(primary.getMaxLocals() > 0);
74 this.primary = primary;
[all...]

Completed in 39 milliseconds