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.java114 public final void popArgs(Frame frame, int count) { method in class:BaseMachine
132 public void popArgs(Frame frame, Prototype prototype) { method in class:BaseMachine
137 popArgs(frame, size);
150 public final void popArgs(Frame frame, Type type) { method in class:BaseMachine
152 popArgs(frame, 1);
162 public final void popArgs(Frame frame, Type type1, Type type2) { method in class:BaseMachine
164 popArgs(frame, 2);
180 public final void popArgs(Frame frame, Type type1, Type type2, method in class:BaseMachine
183 popArgs(frame, 3);

Completed in 432 milliseconds