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

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

Completed in 162 milliseconds