Searched refs:auxType (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DBaseMachine.java46 private Type auxType; field in class:BaseMachine
102 auxType = null;
212 public final void auxType(Type type) { method in class:BaseMachine
213 auxType = type;
304 return auxType;
H A DMachine.java125 public void auxType(Type type); method in interface:Machine
H A DSimulator.java470 machine.auxType(type);
534 machine.auxType(type);
541 machine.auxType(type);
550 machine.auxType(type);

Completed in 194 milliseconds