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

/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java133 public void auxType(Type type); method in interface:Machine
H A DBaseMachine.java46 private Type auxType; field in class:BaseMachine
106 auxType = null;
222 public final void auxType(Type type) { method in class:BaseMachine
223 auxType = type;
314 return auxType;

Completed in 98 milliseconds