Home | History | Annotate | Download | only in code

Lines Matching defs:localTarget

70     private RegisterSpec localTarget;
116 localTarget = null;
276 public final void localTarget(int idx, Type type, LocalItem local) {
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;
448 localTarget = localTarget.withType(result);
451 return localTarget;
545 * there is a local target (see {@link #localTarget}), then the sole
561 if (localTarget != null) {
564 * localTarget directly.