Package proguard.dexfile.ir.ts
Class Ir2JRegAssignTransformer
- java.lang.Object
-
- proguard.dexfile.ir.ts.Ir2JRegAssignTransformer
-
- All Implemented Interfaces:
Transformer
public class Ir2JRegAssignTransformer extends java.lang.Object implements Transformer
- Share same reg between locals with same type.
- @This always assign as 0, and not share with others.
- long/double tasks two index
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ir2JRegAssignTransformer.Reg
-
Constructor Summary
Constructors Constructor Description Ir2JRegAssignTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(IrMethod method)
-
-
-
Method Detail
-
transform
public void transform(IrMethod method)
- Specified by:
transform
in interfaceTransformer
-
-