|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.ssa.back.SsaToRop
public class SsaToRop
Converts a method in SSA form to ROP form.
| Method Summary | |
|---|---|
static RopMethod |
convertToRopMethod(SsaMethod ssaMeth,
boolean minimizeRegisters)
Converts a method in SSA form to ROP form. |
int[] |
getRegistersByFrequency()
Note: This method is not presently used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RopMethod convertToRopMethod(SsaMethod ssaMeth,
boolean minimizeRegisters)
ssaMeth - non-null; method to processminimizeRegisters - true if the converter should
attempt to minimize the rop-form register count
non-null; rop-form outputpublic int[] getRegistersByFrequency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||