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

/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java54 public void popArgs(Frame frame, int count); method in interface:Machine
67 public void popArgs(Frame frame, Prototype prototype); method in interface:Machine
77 public void popArgs(Frame frame, Type type); method in interface:Machine
90 public void popArgs(Frame frame, Type type1, Type type2); method in interface:Machine
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3); method in interface:Machine
H A DBaseMachine.java119 public final void popArgs(Frame frame, int count) { method in class:BaseMachine
137 public void popArgs(Frame frame, Prototype prototype) { method in class:BaseMachine
142 popArgs(frame, size);
155 public final void popArgs(Frame frame, Type type) { method in class:BaseMachine
157 popArgs(frame, 1);
167 public final void popArgs(Frame frame, Type type1, Type type2) { method in class:BaseMachine
169 popArgs(frame, 2);
185 public final void popArgs(Frame frame, Type type1, Type type2, method in class:BaseMachine
188 popArgs(frame, 3);

Completed in 52 milliseconds