Searched refs:simulate (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DSimulator.java32 * Class which knows how to simulate the effects of executing bytecode.
87 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
108 * @param offset {@code >= 0;} offset of the instruction to simulate
112 public int simulate(int offset, Frame frame) { method in class:Simulator
196 * {@link Simulator#simulate}
H A DRopper.java694 * Using a copy of the given frame, simulate each instruction,
698 sim.simulate(block, frame);

Completed in 72 milliseconds