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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java117 * @param basicBlockIndex index this block will have
121 public SsaBasicBlock(final int basicBlockIndex, final int ropLabel, argument
124 this.index = basicBlockIndex;
139 * @param basicBlockIndex index this block will have
145 int basicBlockIndex, final SsaMethod parent) {
147 BasicBlock bb = ropBlocks.get(basicBlockIndex);
149 new SsaBasicBlock(basicBlockIndex, bb.getLabel(), parent);
144 newFromRop(RopMethod rmeth, int basicBlockIndex, final SsaMethod parent) argument

Completed in 94 milliseconds