HomeSort by relevance Sort by last modified time
    Searched defs:localTarget (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 196 public void localTarget(int idx, Type type, LocalItem local);
BaseMachine.java 67 private RegisterSpec localTarget;
109 localTarget = null;
250 public final void localTarget(int idx, Type type, LocalItem local) {
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.withType(result)
    [all...]
Simulator.java 542 machine.localTarget(idx, localType, item);
549 machine.localTarget(idx, localType, item);
RopperMachine.java 294 RegisterSpec localTarget = getLocalTarget();
307 } else if (localTarget != null) {
308 dest = localTarget;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 32 milliseconds