|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OneLocalsArray | |
|---|---|
| com.android.dx.cf.code | Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. |
| Uses of OneLocalsArray in com.android.dx.cf.code |
|---|
| Methods in com.android.dx.cf.code that return OneLocalsArray | |
|---|---|
OneLocalsArray |
OneLocalsArray.copy()
|
protected OneLocalsArray |
OneLocalsArray.getPrimary()
Gets the locals set appropriate for the current execution context. |
protected OneLocalsArray |
LocalsArraySet.getPrimary()
Gets the locals set appropriate for the current execution context. |
protected abstract OneLocalsArray |
LocalsArray.getPrimary()
Gets the locals set appropriate for the current execution context. |
OneLocalsArray |
OneLocalsArray.merge(OneLocalsArray other)
Merges this OneLocalsArray instance with another OneLocalsArray instance. |
static OneLocalsArray |
Merger.mergeLocals(OneLocalsArray locals1,
OneLocalsArray locals2)
Merges two locals arrays. |
| Methods in com.android.dx.cf.code with parameters of type OneLocalsArray | |
|---|---|
OneLocalsArray |
OneLocalsArray.merge(OneLocalsArray other)
Merges this OneLocalsArray instance with another OneLocalsArray instance. |
static OneLocalsArray |
Merger.mergeLocals(OneLocalsArray locals1,
OneLocalsArray locals2)
Merges two locals arrays. |
| Constructors in com.android.dx.cf.code with parameters of type OneLocalsArray | |
|---|---|
LocalsArraySet(OneLocalsArray primary,
ArrayList<LocalsArray> secondaries)
Constructs an instance with the specified primary and secondaries set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||