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.java68 public static RopMethod optimize(RopMethod rmeth, int paramWidth, in optimize()
90 public static RopMethod optimize(RopMethod rmeth, int paramWidth, in optimize()
128 int paramWidth, boolean isStatic, in optimizeMinimizeRegisters()
194 public static SsaMethod debugEdgeSplit(RopMethod rmeth, int paramWidth, in debugEdgeSplit()
204 public static SsaMethod debugPhiPlacement(RopMethod rmeth, int paramWidth, in debugPhiPlacement()
214 public static SsaMethod debugRenaming(RopMethod rmeth, int paramWidth, in debugRenaming()
225 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugDeadCodeRemover()
240 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugNoRegisterAllocation()
DSsaConverter.java43 int paramWidth, boolean isStatic) { in convertToSsaMethod()
85 public static SsaMethod testEdgeSplit (RopMethod rmeth, int paramWidth, in testEdgeSplit()
105 public static SsaMethod testPhiPlacement (RopMethod rmeth, int paramWidth, in testPhiPlacement()
DSsaMethod.java66 private final int paramWidth; field in SsaMethod
100 int paramWidth, boolean isStatic) { in newFromRopMethod()
118 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod()
/dalvik/dx/src/com/android/dx/command/dump/
DSsaDumper.java96 int paramWidth = computeParamWidth(meth, isStatic); in endParsingMember() local
DBlockDumper.java287 int paramWidth = computeParamWidth(meth, isStatic); in ropDump() local
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java219 int paramWidth = ssaMeth.getParamWidth(); in moveParametersToHighRegisters() local