Searched defs:which (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputCollector.java25 * by the primary list, such as switch case tables) — which it
31 * {@code non-null;} the associated finisher (which holds the instruction
66 * Reverses a branch which is buried a given number of instructions
70 * @param which how many instructions back to find the branch;
75 public void reverseBranch(int which, CodeAddress newTarget) { argument
76 finisher.reverseBranch(which, newTarget);
106 * Helper for {@link #getFinisher}, which appends the suffix to
H A DOutputFinisher.java34 * Processor for instruction lists, which takes a "first cut" of
98 * Helper for {@link #add} which scrutinizes a single
125 * Helper for {@link #hasAnyLocalInfo} which scrutinizes a single
154 * Helper for {@link #getAllConstants} which adds all the info for
178 * Helper for {@link #getAllConstants} which adds all the info for
231 * which updates the position and local info flags.
251 * Reverses a branch which is buried a given number of instructions
255 * @param which how many instructions back to find the branch;
260 public void reverseBranch(int which, CodeAddress newTarget) { argument
262 int index = size - which
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputCollector.java26 * by the primary list, such as switch case tables) — which it
32 * {@code non-null;} the associated finisher (which holds the instruction
69 * Reverses a branch which is buried a given number of instructions
73 * @param which how many instructions back to find the branch;
78 public void reverseBranch(int which, CodeAddress newTarget) { argument
79 finisher.reverseBranch(which, newTarget);
109 * Helper for {@link #getFinisher}, which appends the suffix to
H A DOutputFinisher.java38 * Processor for instruction lists, which takes a "first cut" of
119 * Helper for {@link #add} which scrutinizes a single
146 * Helper for {@link #hasAnyLocalInfo} which scrutinizes a single
175 * Helper for {@link #getAllConstants} which adds all the info for
204 * Helper for {@link #getAllConstants} which adds all the info for
261 * which updates the position and local info flags.
281 * Reverses a branch which is buried a given number of instructions
285 * @param which how many instructions back to find the branch;
291 public void reverseBranch(int which, CodeAddress newTarget) { argument
293 int index = size - which
[all...]

Completed in 326 milliseconds