HomeSort by relevance Sort by last modified time
    Searched defs:exitBlockIndex (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 52 private int exitBlockIndex;
186 exitBlockIndex = -1; // This gets made later.
196 if (exitBlockIndex >= 0) {
200 exitBlockIndex = blocks.size();
202 = new SsaBasicBlock(exitBlockIndex, maxLabel++, this);
212 blocks.remove(exitBlockIndex);
213 exitBlockIndex = -1;
266 return exitBlockIndex;
274 return exitBlockIndex < 0 ? null : blocks.get(exitBlockIndex);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 12 milliseconds