Home
last modified time | relevance | path

Searched defs:paramWidth (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DOptimizer.java69 public static RopMethod optimize(RopMethod rmeth, int paramWidth, in optimize()
91 public static RopMethod optimize(RopMethod rmeth, int paramWidth, in optimize()
129 int paramWidth, boolean isStatic, in optimizeMinimizeRegisters()
195 public static SsaMethod debugEdgeSplit(RopMethod rmeth, int paramWidth, in debugEdgeSplit()
205 public static SsaMethod debugPhiPlacement(RopMethod rmeth, int paramWidth, in debugPhiPlacement()
215 public static SsaMethod debugRenaming(RopMethod rmeth, int paramWidth, in debugRenaming()
226 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugDeadCodeRemover()
241 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugNoRegisterAllocation()
DSsaConverter.java44 int paramWidth, boolean isStatic) { in convertToSsaMethod()
86 public static SsaMethod testEdgeSplit (RopMethod rmeth, int paramWidth, in testEdgeSplit()
106 public static SsaMethod testPhiPlacement (RopMethod rmeth, int paramWidth, in testPhiPlacement()
DSsaMethod.java67 private final int paramWidth; field in SsaMethod
101 int paramWidth, boolean isStatic) { in newFromRopMethod()
119 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod()
/dalvik/dx/src/com/android/dx/command/dump/
DSsaDumper.java104 int paramWidth = computeParamWidth(meth, isStatic); in endParsingMember() local
DBlockDumper.java295 int paramWidth = computeParamWidth(meth, isStatic); in ropDump() local
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java218 int paramWidth = ssaMeth.getParamWidth(); in moveParametersToHighRegisters() local