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

/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java196 public void localTarget(int idx, Type type, LocalItem local); method in interface:Machine
H A DBaseMachine.java67 private RegisterSpec localTarget; field in class:BaseMachine
109 localTarget = null;
250 public final void localTarget(int idx, Type type, LocalItem local) { method in class:BaseMachine
251 localTarget = RegisterSpec.makeLocalOptional(idx, type, local);
364 * by a previous call to {@link #localTarget} with the type of what
373 if (localTarget == null) {
384 Type localType = localTarget.getType();
387 return localTarget;
401 localTarget = localTarget
[all...]

Completed in 666 milliseconds