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.java270 machine.popArgs(frame, type);
279 machine.popArgs(frame, Type.INT);
285 machine.popArgs(frame, Type.LONG);
291 machine.popArgs(frame, Type.FLOAT);
297 machine.popArgs(frame, Type.DOUBLE);
314 machine.popArgs(frame, type);
323 machine.popArgs(frame, 1);
332 machine.popArgs(frame, Type.OBJECT);
338 machine.popArgs(frame, Type.OBJECT);
355 machine.popArgs(fram
[all...]
H A DBaseMachine.java122 public final void popArgs(Frame frame, int count) { method in class:BaseMachine
141 public void popArgs(Frame frame, Prototype prototype) { method in class:BaseMachine
146 popArgs(frame, size);
160 public final void popArgs(Frame frame, Type type) { method in class:BaseMachine
162 popArgs(frame, 1);
173 public final void popArgs(Frame frame, Type type1, Type type2) { method in class:BaseMachine
175 popArgs(frame, 2);
192 public final void popArgs(Frame frame, Type type1, Type type2, method in class:BaseMachine
195 popArgs(frame, 3);

Completed in 176 milliseconds