| Package | Description |
|---|---|
| com.android.dx.ssa |
| Modifier and Type | Method and Description |
|---|---|
void |
SsaMethod.forEachBlockDepthFirst(boolean reverse,
SsaBasicBlock.Visitor v)
Walks the basic block tree in depth-first order, calling the visitor
method once for every block.
|
void |
SsaMethod.forEachBlockDepthFirstDom(SsaBasicBlock.Visitor v)
Visits blocks in dom-tree order, starting at the current node.
|
Copyright © 2020. All Rights Reserved.