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

  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 129 DFSInfo vabbInfo = info[vAncestor.getIndex()];
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
139 if (vabbInfo.ancestor == null) {
142 SsaBasicBlock vAncestorRep = vabbInfo.rep;
148 vbbInfo.ancestor = vabbInfo.ancestor;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 129 DFSInfo vabbInfo = info[vAncestor.getIndex()];
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
139 if (vabbInfo.ancestor == null) {
142 SsaBasicBlock vAncestorRep = vabbInfo.rep;
148 vbbInfo.ancestor = vabbInfo.ancestor;

Completed in 648 milliseconds