Searched refs:localTarget (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DBaseMachine.java70 private RegisterSpec localTarget; field in class:BaseMachine
116 localTarget = null;
276 public final void localTarget(int idx, Type type, LocalItem local) { method in class:BaseMachine
277 localTarget = RegisterSpec.makeLocalOptional(idx, type, local);
399 * by a previous call to {@link #localTarget} with the type of what
411 if (localTarget == null) {
422 Type localType = localTarget.getType();
427 * known value, make the returned localTarget embody that
431 return localTarget.withType(result);
433 return localTarget;
[all...]
H A DMachine.java204 public void localTarget(int idx, Type type, LocalItem local); method in interface:Machine
H A DRopperMachine.java309 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE);
322 } else if (localTarget != null) {
323 dest = localTarget;
H A DSimulator.java630 machine.localTarget(idx, localType, item);
637 machine.localTarget(idx, localType, item);

Completed in 73 milliseconds