Searched refs:popArgs (Results 1 - 3 of 3) 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 DSimulator.java185 machine.popArgs(frame, type);
194 machine.popArgs(frame, Type.INT);
200 machine.popArgs(frame, Type.LONG);
206 machine.popArgs(frame, Type.FLOAT);
212 machine.popArgs(frame, Type.DOUBLE);
229 machine.popArgs(frame, type);
238 machine.popArgs(frame, 1);
248 machine.popArgs(frame, Type.OBJECT);
254 machine.popArgs(frame, Type.OBJECT);
275 machine.popArgs(fram
[all...]
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 154 milliseconds