Package com.googlecode.d2j.dex
Class V3
- java.lang.Object
-
- com.googlecode.d2j.dex.V3
-
public final class V3 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intOPTIMIZE_SYNCHRONIZEDstatic intPRINT_IRstatic intREUSE_REGISTERstatic intTOPOLOGICAL_SORT
-
-
-
Field Detail
-
REUSE_REGISTER
public static final int REUSE_REGISTER
- See Also:
- Constant Field Values
-
TOPOLOGICAL_SORT
public static final int TOPOLOGICAL_SORT
- See Also:
- Constant Field Values
-
PRINT_IR
public static final int PRINT_IR
- See Also:
- Constant Field Values
-
OPTIMIZE_SYNCHRONIZED
public static final int OPTIMIZE_SYNCHRONIZED
- See Also:
- Constant Field Values
-
-