Searched defs:sourcesIndex (Results 1 - 1 of 1) sorted by path

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java160 * @param sourcesIndex index of source in getSources()
163 public int predBlockIndexForSourcesIndex(int sourcesIndex) { argument
164 return operands.get(sourcesIndex).blockIndex;

Completed in 325 milliseconds